This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by joe configure 3.7, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = rusps-solaris uname -m = i86pc uname -r = 5.11 uname -s = SunOS uname -v = snv_111b /usr/bin/uname -p = i386 /bin/uname -X = System = SunOS Node = rusps-solaris Release = 5.11 KernelID = snv_111b Machine = i86pc BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 2 /bin/arch = i86pc /usr/bin/arch -k = i86pc /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/sbin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1889: checking build system type configure:1907: result: i386-pc-solaris2.11 configure:1929: checking host system type configure:1944: result: i386-pc-solaris2.11 configure:1966: checking target system type configure:1981: result: i386-pc-solaris2.11 configure:2027: checking for a BSD-compatible install configure:2095: result: /usr/bin/ginstall -c configure:2106: checking whether build environment is sane configure:2149: result: yes configure:2174: checking for a thread-safe mkdir -p configure:2213: result: ./install-sh -c -d configure:2226: checking for gawk configure:2242: found /usr/bin/gawk configure:2253: result: gawk configure:2264: checking whether make sets $(MAKE) configure:2286: result: yes configure:2470: checking whether to enable maintainer-specific portions of Makefiles configure:2479: result: no configure:2544: checking for gcc configure:2560: found /usr/bin/gcc configure:2571: result: gcc configure:2803: checking for C compiler version configure:2811: gcc --version >&5 gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2815: $? = 0 configure:2822: gcc -v >&5 Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs Configured with: /builds2/sfwnv-111a/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-20050802) configure:2826: $? = 0 configure:2833: gcc -V >&5 gcc: `-V' option must have argument configure:2837: $? = 1 configure:2860: checking for C compiler default output file name configure:2882: gcc conftest.c >&5 configure:2886: $? = 0 configure:2924: result: a.out configure:2943: checking whether the C compiler works configure:2953: ./a.out configure:2957: $? = 0 configure:2976: result: yes configure:2983: checking whether we are cross compiling configure:2985: result: no configure:2988: checking for suffix of executables configure:2995: gcc -o conftest conftest.c >&5 configure:2999: $? = 0 configure:3025: result: configure:3031: checking for suffix of object files configure:3057: gcc -c conftest.c >&5 configure:3061: $? = 0 configure:3086: result: o configure:3090: checking whether we are using the GNU C compiler configure:3119: gcc -c conftest.c >&5 configure:3126: $? = 0 configure:3143: result: yes configure:3152: checking whether gcc accepts -g configure:3182: gcc -c -g conftest.c >&5 configure:3189: $? = 0 configure:3290: result: yes configure:3307: checking for gcc option to accept ISO C89 configure:3381: gcc -c -g -O2 conftest.c >&5 configure:3388: $? = 0 configure:3411: result: none needed configure:3440: checking for style of include used by make configure:3468: result: GNU configure:3493: checking dependency style of gcc configure:3584: result: gcc3 configure:3604: checking how to run the C preprocessor configure:3644: gcc -E conftest.c configure:3651: $? = 0 configure:3682: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3689: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | #include configure:3722: result: gcc -E configure:3751: gcc -E conftest.c configure:3758: $? = 0 configure:3789: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3796: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | #include configure:3835: checking for grep that handles long lines and -e configure:3895: result: /usr/bin/ggrep configure:3900: checking for egrep configure:3964: result: /usr/bin/ggrep -E configure:3983: checking for a BSD-compatible install configure:4051: result: /usr/bin/ginstall -c configure:4062: checking whether ln -s works configure:4066: result: yes configure:4110: checking for library containing openpty configure:4151: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c >&5 Undefined first referenced symbol in file openpty /var/tmp//ccEBaGjl.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4158: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openpty (); | int | main () | { | return openpty (); | ; | return 0; | } configure:4151: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lutil >&5 ld: fatal: library -lutil: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:4158: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openpty (); | int | main () | { | return openpty (); | ; | return 0; | } configure:4189: result: no configure:4201: checking for library containing login_tty configure:4242: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c >&5 Undefined first referenced symbol in file login_tty /var/tmp//ccbEayml.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4249: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char login_tty (); | int | main () | { | return login_tty (); | ; | return 0; | } configure:4242: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lutil >&5 ld: fatal: library -lutil: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:4249: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char login_tty (); | int | main () | { | return login_tty (); | ; | return 0; | } configure:4280: result: no configure:4292: checking for library containing tgetflag configure:4333: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c >&5 Undefined first referenced symbol in file tgetflag /var/tmp//ccLGaqpl.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4340: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tgetflag (); | int | main () | { | return tgetflag (); | ; | return 0; | } configure:4333: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lncurses >&5 ld: fatal: library -lncurses: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:4340: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tgetflag (); | int | main () | { | return tgetflag (); | ; | return 0; | } configure:4333: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:4340: $? = 0 configure:4371: result: -lcurses configure:4383: checking for library containing snprintf configure:4424: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 conftest.c:18: warning: conflicting types for built-in function 'snprintf' configure:4431: $? = 0 configure:4462: result: none required configure:4483: checking for special C compiler options needed for large files configure:4578: result: no configure:4584: checking for _FILE_OFFSET_BITS value needed for large files configure:4619: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:18: warning: left shift count >= width of type conftest.c:18: warning: left shift count >= width of type conftest.c:20: error: size of array `off_t_is_large' is negative configure:4626: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 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:4670: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:4677: $? = 0 configure:4695: result: 64 configure:4840: checking for dirent.h that defines DIR configure:4869: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:4876: $? = 0 configure:4893: result: yes configure:4908: checking for library containing opendir configure:4949: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:4956: $? = 0 configure:4987: result: none required configure:5085: checking POSIX termios configure:5115: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:5122: $? = 0 configure:5142: result: yes configure:5559: checking whether termios.h defines TIOCGWINSZ configure:5586: result: yes configure:5650: checking errno.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking errno.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for errno.h configure:5765: result: yes configure:5650: checking fcntl.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking fcntl.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for fcntl.h configure:5765: result: yes configure:5650: checking locale.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking locale.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for locale.h configure:5765: result: yes configure:5650: checking sgtty.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking sgtty.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for sgtty.h configure:5765: result: yes configure:5650: checking stdlib.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking stdlib.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for stdlib.h configure:5765: result: yes configure:5650: checking string.h usability configure:5667: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5674: $? = 0 configure:5688: result: yes configure:5692: checking string.h presence configure:5707: gcc -E -I/usr/local/include conftest.c configure:5714: $? = 0 configure:5728: result: yes configure:5756: checking for string.h configure:5765: result: yes configure:5800: checking sys/ioctl.h usability configure:5817: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5824: $? = 0 configure:5838: result: yes configure:5842: checking sys/ioctl.h presence configure:5857: gcc -E -I/usr/local/include conftest.c configure:5864: $? = 0 configure:5878: result: yes configure:5906: checking for sys/ioctl.h configure:5915: result: yes configure:5800: checking sys/param.h usability configure:5817: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5824: $? = 0 configure:5838: result: yes configure:5842: checking sys/param.h presence configure:5857: gcc -E -I/usr/local/include conftest.c configure:5864: $? = 0 configure:5878: result: yes configure:5906: checking for sys/param.h configure:5915: result: yes configure:5800: checking sys/time.h usability configure:5817: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5824: $? = 0 configure:5838: result: yes configure:5842: checking sys/time.h presence configure:5857: gcc -E -I/usr/local/include conftest.c configure:5864: $? = 0 configure:5878: result: yes configure:5906: checking for sys/time.h configure:5915: result: yes configure:5800: checking unistd.h usability configure:5817: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5824: $? = 0 configure:5838: result: yes configure:5842: checking unistd.h presence configure:5857: gcc -E -I/usr/local/include conftest.c configure:5864: $? = 0 configure:5878: result: yes configure:5906: checking for unistd.h configure:5915: result: yes configure:5800: checking utime.h usability configure:5817: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5824: $? = 0 configure:5838: result: yes configure:5842: checking utime.h presence configure:5857: gcc -E -I/usr/local/include conftest.c configure:5864: $? = 0 configure:5878: result: yes configure:5906: checking for utime.h configure:5915: result: yes configure:5951: checking sys/dirent.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5975: $? = 0 configure:5989: result: yes configure:5993: checking sys/dirent.h presence configure:6008: gcc -E -I/usr/local/include conftest.c configure:6015: $? = 0 configure:6029: result: yes configure:6057: checking for sys/dirent.h configure:6066: result: yes configure:5951: checking time.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5975: $? = 0 configure:5989: result: yes configure:5993: checking time.h presence configure:6008: gcc -E -I/usr/local/include conftest.c configure:6015: $? = 0 configure:6029: result: yes configure:6057: checking for time.h configure:6066: result: yes configure:5951: checking pwd.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5975: $? = 0 configure:5989: result: yes configure:5993: checking pwd.h presence configure:6008: gcc -E -I/usr/local/include conftest.c configure:6015: $? = 0 configure:6029: result: yes configure:6057: checking for pwd.h configure:6066: result: yes configure:5951: checking paths.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:62:19: paths.h: No such file or directory configure:5975: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5989: result: no configure:5993: checking paths.h presence configure:6008: gcc -E -I/usr/local/include conftest.c conftest.c:29:19: paths.h: No such file or directory configure:6015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include configure:6029: result: no configure:6057: checking for paths.h configure:6066: result: no configure:5951: checking pty.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:62:17: pty.h: No such file or directory configure:5975: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5989: result: no configure:5993: checking pty.h presence configure:6008: gcc -E -I/usr/local/include conftest.c conftest.c:29:17: pty.h: No such file or directory configure:6015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include configure:6029: result: no configure:6057: checking for pty.h configure:6066: result: no configure:5951: checking libutil.h usability configure:5968: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:62:21: libutil.h: No such file or directory configure:5975: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5989: result: no configure:5993: checking libutil.h presence configure:6008: gcc -E -I/usr/local/include conftest.c conftest.c:29:21: libutil.h: No such file or directory configure:6015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include configure:6029: result: no configure:6057: checking for libutil.h configure:6066: result: no configure:6101: checking sys/types.h usability configure:6118: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6125: $? = 0 configure:6139: result: yes configure:6143: checking sys/types.h presence configure:6158: gcc -E -I/usr/local/include conftest.c configure:6165: $? = 0 configure:6179: result: yes configure:6207: checking for sys/types.h configure:6216: result: yes configure:6101: checking sys/stat.h usability configure:6118: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6125: $? = 0 configure:6139: result: yes configure:6143: checking sys/stat.h presence configure:6158: gcc -E -I/usr/local/include conftest.c configure:6165: $? = 0 configure:6179: result: yes configure:6207: checking for sys/stat.h configure:6216: result: yes configure:6101: checking sys/wait.h usability configure:6118: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6125: $? = 0 configure:6139: result: yes configure:6143: checking sys/wait.h presence configure:6158: gcc -E -I/usr/local/include conftest.c configure:6165: $? = 0 configure:6179: result: yes configure:6207: checking for sys/wait.h configure:6216: result: yes configure:6101: checking limits.h usability configure:6118: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6125: $? = 0 configure:6139: result: yes configure:6143: checking limits.h presence configure:6158: gcc -E -I/usr/local/include conftest.c configure:6165: $? = 0 configure:6179: result: yes configure:6207: checking for limits.h configure:6216: result: yes configure:6101: checking signal.h usability configure:6118: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6125: $? = 0 configure:6139: result: yes configure:6143: checking signal.h presence configure:6158: gcc -E -I/usr/local/include conftest.c configure:6165: $? = 0 configure:6179: result: yes configure:6207: checking for signal.h configure:6216: result: yes configure:6250: checking curses.h usability configure:6267: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6274: $? = 0 configure:6288: result: yes configure:6292: checking curses.h presence configure:6307: gcc -E -I/usr/local/include conftest.c configure:6314: $? = 0 configure:6328: result: yes configure:6356: checking for curses.h configure:6365: result: yes configure:6250: checking term.h usability configure:6267: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 In file included from conftest.c:68: /usr/include/term.h:1060: error: syntax error before "bool" /usr/include/term.h:1086: error: syntax error before "SGTTY" /usr/include/term.h:1107: error: syntax error before "sgr_mode" /usr/include/term.h:1108: error: syntax error before "sgr_faked" /usr/include/term.h:1118: error: syntax error before "funckeystarter" /usr/include/term.h:1120: error: syntax error before "_fl_rawmode" /usr/include/term.h:1127: error: syntax error before "_input_queue" /usr/include/term.h:1134: error: syntax error before '*' token /usr/include/term.h:1137: error: syntax error before "bit_vector" /usr/include/term.h:1141: error: syntax error before "check_turn_off" /usr/include/term.h:1142: error: syntax error before "non_faked_mode" /usr/include/term.h:1143: error: syntax error before "_cur_pair" /usr/include/term.h:1144: error: syntax error before '*' token /usr/include/term.h:1146: error: syntax error before '}' token /usr/include/term.h:1233: error: syntax error before "int" /usr/include/term.h:1233: error: `vidputs' declared as function returning a function /usr/include/term.h:1233: error: syntax error before ')' token configure:6274: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6288: result: no configure:6292: checking term.h presence configure:6307: gcc -E -I/usr/local/include conftest.c configure:6314: $? = 0 configure:6328: result: yes configure:6341: WARNING: term.h: present but cannot be compiled configure:6343: WARNING: term.h: check for missing prerequisite headers? configure:6345: WARNING: term.h: see the Autoconf documentation configure:6347: WARNING: term.h: section "Present But Cannot Be Compiled" configure:6349: WARNING: term.h: proceeding with the preprocessor's result configure:6351: WARNING: term.h: in the future, the compiler will take precedence configure:6356: checking for term.h configure:6365: result: yes configure:6250: checking utmp.h usability configure:6267: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6274: $? = 0 configure:6288: result: yes configure:6292: checking utmp.h presence configure:6307: gcc -E -I/usr/local/include conftest.c configure:6314: $? = 0 configure:6328: result: yes configure:6356: checking for utmp.h configure:6365: result: yes configure:6250: checking sys/utime.h usability configure:6267: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6274: $? = 0 configure:6288: result: yes configure:6292: checking sys/utime.h presence configure:6307: gcc -E -I/usr/local/include conftest.c configure:6314: $? = 0 configure:6328: result: yes configure:6356: checking for sys/utime.h configure:6365: result: yes configure:6398: checking selinux/selinux.h usability configure:6415: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:71:29: selinux/selinux.h: No such file or directory configure:6422: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6436: result: no configure:6440: checking selinux/selinux.h presence configure:6455: gcc -E -I/usr/local/include conftest.c conftest.c:38:29: selinux/selinux.h: No such file or directory configure:6462: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | /* end confdefs.h. */ | #include configure:6476: result: no configure:6504: checking for selinux/selinux.h configure:6513: result: no configure:6398: checking selinux/context.h usability configure:6415: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:71:29: selinux/context.h: No such file or directory configure:6422: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6436: result: no configure:6440: checking selinux/context.h presence configure:6455: gcc -E -I/usr/local/include conftest.c conftest.c:38:29: selinux/context.h: No such file or directory configure:6462: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | /* end confdefs.h. */ | #include configure:6476: result: no configure:6504: checking for selinux/context.h configure:6513: result: no configure:6538: checking for function prototypes configure:6541: result: yes configure:6558: checking for an ANSI C-conforming const configure:6633: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6640: $? = 0 configure:6655: result: yes configure:6673: checking size of char configure:6978: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:6982: $? = 0 configure:6988: ./conftest configure:6992: $? = 0 configure:7018: result: 1 configure:7032: checking size of short configure:7337: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:7341: $? = 0 configure:7347: ./conftest configure:7351: $? = 0 configure:7377: result: 2 configure:7391: checking size of int configure:7696: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:7700: $? = 0 configure:7706: ./conftest configure:7710: $? = 0 configure:7736: result: 4 configure:7750: checking size of long configure:8055: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:8059: $? = 0 configure:8065: ./conftest configure:8069: $? = 0 configure:8095: result: 4 configure:8109: checking size of long long configure:8414: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:8418: $? = 0 configure:8424: ./conftest configure:8428: $? = 0 configure:8454: result: 8 configure:8468: checking size of void * configure:8773: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:8777: $? = 0 configure:8783: ./conftest configure:8787: $? = 0 configure:8813: result: 4 configure:8823: checking for sighandler_t configure:8855: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:54: error: `sighandler_t' undeclared (first use in this function) conftest.c:54: error: (Each undeclared identifier is reported only once conftest.c:54: error: for each function it appears in.) configure:8862: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | /* end confdefs.h. */ | /* if you have signal.h header, include it */ | #ifdef HAVE_SIGNAL_H | #include | #endif | | int | main () | { | if (sizeof (sighandler_t)) | return 0; | ; | return 0; | } configure:8923: result: no configure:8936: checking whether gcc needs -traditional configure:8978: result: no configure:8985: checking whether lstat dereferences a symlink specified with a trailing slash configure:9021: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:9025: $? = 0 configure:9031: ./conftest configure:9035: $? = 0 configure:9059: result: yes configure:9078: checking whether lstat accepts an empty string configure:9108: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:9112: $? = 0 configure:9118: ./conftest configure:9122: $? = 0 configure:9139: result: no configure:9155: checking whether setpgrp() takes no arguments configure:9184: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 conftest.c: In function `main': conftest.c:53: error: too many arguments to function `setpgrp' configure:9188: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | #include | #endif | int main() { | /* exit succesfully if setpgrp() takes two args (*BSD systems) */ | exit(setpgrp(0, 0) != 0); | } configure:9216: result: yes configure:9226: checking for pid_t configure:9254: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:9261: $? = 0 configure:9288: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:84: error: syntax error before ')' token configure:9295: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:9318: result: yes configure:9330: checking for size_t configure:9358: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:9365: $? = 0 configure:9392: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:84: error: syntax error before ')' token configure:9399: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:9422: result: yes configure:9434: checking for off_t configure:9462: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:9469: $? = 0 configure:9496: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:84: error: syntax error before ')' token configure:9503: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:9526: result: yes configure:9542: checking size of off_t configure:9847: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:9851: $? = 0 configure:9857: ./conftest configure:9861: $? = 0 configure:9887: result: 8 configure:9897: checking for ssize_t configure:9925: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:9932: $? = 0 configure:9959: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:85: error: syntax error before ')' token configure:9966: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | #define SIZEOF_OFF_T 8 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:9989: result: yes configure:10003: checking return type of signal handlers configure:10031: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:55: error: void value not ignored as it ought to be configure:10038: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | #define SIZEOF_OFF_T 8 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:10053: result: void configure:10061: checking whether stat accepts an empty string configure:10091: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10095: $? = 0 configure:10101: ./conftest configure:10105: $? = 0 configure:10122: result: no configure:10154: checking vfork.h usability configure:10171: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:83:19: vfork.h: No such file or directory configure:10178: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10192: result: no configure:10196: checking vfork.h presence configure:10211: gcc -E -I/usr/local/include conftest.c conftest.c:50:19: vfork.h: No such file or directory configure:10218: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include configure:10232: result: no configure:10260: checking for vfork.h configure:10269: result: no configure:10289: checking for fork configure:10345: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10352: $? = 0 configure:10374: result: yes configure:10289: checking for vfork configure:10345: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10352: $? = 0 configure:10374: result: yes configure:10387: checking for working fork configure:10419: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10423: $? = 0 configure:10429: ./conftest configure:10433: $? = 0 configure:10450: result: yes configure:10471: checking for working vfork configure:10612: result: yes configure:10648: checking for getcwd configure:10704: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10711: $? = 0 configure:10733: result: yes configure:10648: checking for getwd configure:10704: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10711: $? = 0 configure:10733: result: yes configure:10756: checking for isblank configure:10812: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10819: $? = 0 configure:10841: result: yes configure:10854: checking whether isblank() works correctly with side effect expressions configure:10883: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:10887: $? = 0 configure:10893: ./conftest configure:10897: $? = 0 configure:10915: result: yes configure:10938: checking for alarm configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for mkdir configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for mkstemp configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for putenv configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for setlocale configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for strchr configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 conftest.c:86: warning: conflicting types for built-in function 'strchr' configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for strdup configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 conftest.c:87: warning: conflicting types for built-in function 'strdup' configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for utime configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:10938: checking for setpgid configure:10994: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11001: $? = 0 configure:11023: result: yes configure:11043: checking for setitimer configure:11099: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11106: $? = 0 configure:11128: result: yes configure:11043: checking for sigaction configure:11099: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11106: $? = 0 configure:11128: result: yes configure:11043: checking for sigvec configure:11099: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 Undefined first referenced symbol in file sigvec /var/tmp//cc1Saiwn.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:11106: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "joe" | #define PACKAGE_TARNAME "joe" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "joe 3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "joe" | #define VERSION "3.7" | #define TERMINFO 1 | #define HAVE_SNPRINTF 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DIRENT_H 1 | #define HAVE_POSIX_TERMIOS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_DIRENT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_UTIME_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define SETPGRP_VOID 1 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_ISBLANK 1 | #define HAVE_WORKING_ISBLANK 1 | #define HAVE_ALARM 1 | #define HAVE_MKDIR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_UTIME 1 | #define HAVE_SETPGID 1 | #define HAVE_SETITIMER 1 | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | /* Define sigvec to an innocuous variant, in case declares sigvec. | For example, HP-UX 11i declares gettimeofday. */ | #define sigvec innocuous_sigvec | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigvec (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sigvec | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sigvec (); | /* 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_sigvec || defined __stub___sigvec | choke me | #endif | | int | main () | { | return sigvec (); | ; | return 0; | } configure:11128: result: no configure:11043: checking for siginterrupt configure:11099: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11106: $? = 0 configure:11128: result: yes configure:11043: checking for sigprocmask configure:11099: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11106: $? = 0 configure:11128: result: yes configure:11141: checking whether sighandlers must be reinstalled configure:11208: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lcurses >&5 configure:11212: $? = 0 configure:11218: ./conftest configure:11222: $? = 0 configure:11240: result: no configure:11266: checking for aspell configure:11294: result: ispell configure:11428: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by joe config.status 3.7, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on rusps-solaris config.status:886: creating Makefile config.status:886: creating rc/Makefile config.status:886: creating man/Makefile config.status:886: creating man/ru/Makefile config.status:886: creating syntax/Makefile config.status:886: creating po/Makefile config.status:886: creating syntax/c.jsf config.status:886: creating syntax/perl.jsf config.status:886: creating syntax/verilog.jsf config.status:886: creating syntax/sh.jsf config.status:886: creating syntax/python.jsf config.status:886: creating syntax/conf.jsf config.status:886: creating syntax/php.jsf config.status:886: creating syntax/mail.jsf config.status:886: creating syntax/pascal.jsf config.status:886: creating syntax/html.jsf config.status:886: creating syntax/vhdl.jsf config.status:886: creating syntax/fortran.jsf config.status:886: creating syntax/java.jsf config.status:886: creating syntax/xml.jsf config.status:886: creating syntax/tcl.jsf config.status:886: creating charmaps/klingon config.status:886: creating syntax/lisp.jsf config.status:886: creating syntax/csh.jsf config.status:886: creating syntax/mason.jsf config.status:886: creating syntax/diff.jsf config.status:886: creating syntax/asm.jsf config.status:886: creating syntax/css.jsf config.status:886: creating syntax/tex.jsf config.status:886: creating syntax/ocaml.jsf config.status:886: creating syntax/4gl.jsf config.status:886: creating syntax/sml.jsf config.status:886: creating syntax/sql.jsf config.status:886: creating syntax/awk.jsf config.status:886: creating syntax/cobol.jsf config.status:886: creating syntax/sed.jsf config.status:886: creating syntax/ps.jsf config.status:886: creating syntax/ada.jsf config.status:886: creating syntax/troff.jsf config.status:886: creating syntax/haskell.jsf config.status:886: creating syntax/rexx.jsf config.status:886: creating syntax/skill.jsf config.status:886: creating syntax/lua.jsf config.status:886: creating syntax/ruby.jsf config.status:886: creating syntax/m4.jsf config.status:886: creating syntax/joerc.jsf config.status:886: creating syntax/spec.jsf config.status:886: creating syntax/matlab.jsf config.status:886: creating syntax/jsf.jsf config.status:886: creating syntax/jsf_check.jsf config.status:886: creating autoconf.h config.status:1159: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-solaris2.11 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_alarm=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getcwd=yes ac_cv_func_getwd=yes ac_cv_func_isblank=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_mkdir=yes ac_cv_func_mkstemp=yes ac_cv_func_putenv=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_sigaction=yes ac_cv_func_siginterrupt=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigvec=no ac_cv_func_stat_empty_string_bug=no ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_utime=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_curses_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_libutil_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_paths_h=no ac_cv_header_pty_h=no ac_cv_header_pwd_h=yes ac_cv_header_selinux_context_h=no ac_cv_header_selinux_selinux_h=no ac_cv_header_sgtty_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_sys_dirent_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utime_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_term_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_vfork_h=no ac_cv_host=i386-pc-solaris2.11 ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/ggrep -E' ac_cv_path_GREP=/usr/bin/ggrep ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_SPELL=ispell ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_login_tty=no ac_cv_search_opendir='none required' ac_cv_search_openpty=no ac_cv_search_snprintf='none required' ac_cv_search_tgetflag=-lcurses ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_void_p=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_posix_termios=yes ac_cv_sys_tiocgwinsz_in_termios_h=yes ac_cv_target=i386-pc-solaris2.11 ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_sighandler_t=no ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 joe_cv_isblank=yes joe_cv_reinstall_sighandlers=no joe_cv_setpgrp_void=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run tar' AUTOCONF='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run autoconf' AUTOHEADER='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run autoheader' AUTOMAKE='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS=' -I/usr/local/include' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/ggrep -E' EXEEXT='' GREP='/usr/bin/ggrep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' -L/usr/local/lib -R/usr/local/lib' LIBOBJS='' LIBS='-lcurses ' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/missing --run makeinfo' MKDIR_P='./install-sh -c -d' OBJEXT='o' PACKAGE='joe' PACKAGE_BUGREPORT='' PACKAGE_NAME='joe' PACKAGE_STRING='joe 3.7' PACKAGE_TARNAME='joe' PACKAGE_VERSION='3.7' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' SPELL='ispell' STRIP='' VERSION='3.7' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-pc-solaris2.11' build_alias='' build_cpu='i386' build_os='solaris2.11' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-pc-solaris2.11' host_alias='' host_cpu='i386' host_os='solaris2.11' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /export/home/admin/buildAgent/work/25d3af0764f34473/1/joe-3.7/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/./install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-pc-solaris2.11' target_alias='' target_cpu='i386' target_os='solaris2.11' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "joe" #define PACKAGE_TARNAME "joe" #define PACKAGE_VERSION "3.7" #define PACKAGE_STRING "joe 3.7" #define PACKAGE_BUGREPORT "" #define PACKAGE "joe" #define VERSION "3.7" #define TERMINFO 1 #define HAVE_SNPRINTF 1 #define _FILE_OFFSET_BITS 64 #define HAVE_DIRENT_H 1 #define HAVE_POSIX_TERMIOS 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_SGTTY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_DIRENT_H 1 #define HAVE_TIME_H 1 #define HAVE_PWD_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_CURSES_H 1 #define HAVE_TERM_H 1 #define HAVE_UTMP_H 1 #define HAVE_SYS_UTIME_H 1 #define PROTOTYPES 1 #define __PROTOTYPES 1 #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_VOID_P 4 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define SETPGRP_VOID 1 #define SIZEOF_OFF_T 8 #define RETSIGTYPE void #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_GETCWD 1 #define HAVE_GETWD 1 #define HAVE_ISBLANK 1 #define HAVE_WORKING_ISBLANK 1 #define HAVE_ALARM 1 #define HAVE_MKDIR 1 #define HAVE_MKSTEMP 1 #define HAVE_PUTENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_UTIME 1 #define HAVE_SETPGID 1 #define HAVE_SETITIMER 1 #define HAVE_SIGACTION 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_SIGPROCMASK 1 configure: exit 0