Hi all, Installing Binc gives a "make" error in base64.o The error report and log file are attached below.
Any ideas? Anyone want freelance work for money? :) Cheers, Joel __________________________________________________________________________ Joel Parker Henderson - [EMAIL PROTECTED] - 415-317-2700 - http://school.net make[3]: Entering directory `/usr/home/joel/bincimap-1.1.8/src/util' source='base64.cc' object='base64.o' libtool=no \ depfile='.deps/base64.Po' tmpdepfile='.deps/base64.TPo' \ depmode=gcc /bin/sh ../../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kerberos/include -g -O2 -c -o bas e64.o `test -f 'base64.cc' || echo './'`base64.cc In file included from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../. ./include/g++-3/iostream.h:31, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../. ./include/g++-3/stl_alloc.h:45, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../. ./include/g++-3/alloc.h:21, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../. ./include/g++-3/std/bastring.h:39, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../. ./include/g++-3/string:6, from base64.h:40, from base64.cc:38: /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/stream buf.h: In method `struct streampos streambuf::pubseekoff(long long int, ios::see k_dir, int = 3)': /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/stream buf.h:362: conversion from `__off64_t' to non-scalar type `streampos' requested /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/stream buf.h: In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)': /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/stream buf.h:364: `struct streampos' used where a `long long int' was expected make[3]: *** [base64.o] Error 1 ----------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bincimap configure 1.1.8, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = main.school.net uname -m = i686 uname -r = 2.2.19 uname -s = Linux uname -v = #25 SMP Tue Apr 1 07:24:57 PST 2003 /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: /bin PATH: /usr/bin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1343: checking for a BSD-compatible install configure:1397: result: /usr/bin/install -c configure:1408: checking whether build environment is sane configure:1451: result: yes configure:1484: checking for gawk configure:1500: found /bin/gawk configure:1510: result: gawk configure:1520: checking whether make sets $(MAKE) configure:1540: result: yes configure:1738: checking for g++ configure:1754: found /usr/bin/g++ configure:1764: result: g++ configure:1780: checking for C++ compiler version configure:1783: g++ --version </dev/null >&5 2.95.2 configure:1786: $? = 0 configure:1788: g++ -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) configure:1791: $? = 0 configure:1793: g++ -V </dev/null >&5 g++: argument to `-V' is missing configure:1796: $? = 1 configure:1820: checking for C++ compiler default output configure:1823: g++ conftest.cc >&5 configure:1826: $? = 0 configure:1872: result: a.out configure:1877: checking whether the C++ compiler works configure:1883: ./a.out configure:1886: $? = 0 configure:1903: result: yes configure:1910: checking whether we are cross compiling configure:1912: result: no configure:1915: checking for suffix of executables configure:1917: g++ -o conftest conftest.cc >&5 configure:1920: $? = 0 configure:1945: result: configure:1951: checking for suffix of object files configure:1973: g++ -c conftest.cc >&5 configure:1976: $? = 0 configure:1998: result: o configure:2002: checking whether we are using the GNU C++ compiler configure:2027: g++ -c conftest.cc >&5 configure:2030: $? = 0 configure:2033: test -s conftest.o configure:2036: $? = 0 configure:2049: result: yes configure:2055: checking whether g++ accepts -g configure:2077: g++ -c -g conftest.cc >&5 configure:2080: $? = 0 configure:2083: test -s conftest.o configure:2086: $? = 0 configure:2097: result: yes configure:2141: g++ -c -g -O2 conftest.cc >&5 configure:2144: $? = 0 configure:2147: test -s conftest.o configure:2150: $? = 0 configure:2177: g++ -c -g -O2 conftest.cc >&5 configure:2180: $? = 0 configure:2183: test -s conftest.o configure:2186: $? = 0 configure:2228: checking for style of include used by make configure:2256: result: GNU configure:2284: checking dependency style of g++ configure:2346: result: gcc configure:2397: checking for gcc configure:2413: found /usr/bin/gcc configure:2423: result: gcc configure:2667: checking for C compiler version configure:2670: gcc --version </dev/null >&5 2.95.2 configure:2673: $? = 0 configure:2675: gcc -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) configure:2678: $? = 0 configure:2680: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:2683: $? = 1 configure:2686: checking whether we are using the GNU C compiler configure:2711: gcc -c conftest.c >&5 configure:2714: $? = 0 configure:2717: test -s conftest.o configure:2720: $? = 0 configure:2733: result: yes configure:2739: checking whether gcc accepts -g configure:2761: gcc -c -g conftest.c >&5 configure:2764: $? = 0 configure:2767: test -s conftest.o configure:2770: $? = 0 configure:2781: result: yes configure:2798: checking for gcc option to accept ANSI C configure:2859: gcc -c -g -O2 conftest.c >&5 configure:2862: $? = 0 configure:2865: test -s conftest.o configure:2868: $? = 0 configure:2886: result: none needed configure:2904: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:2907: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3018: checking dependency style of gcc configure:3080: result: gcc configure:3097: checking for a BSD-compatible install configure:3151: result: /usr/bin/install -c configure:3162: checking whether make sets $(MAKE) configure:3182: result: yes configure:3195: checking for gawk configure:3221: result: gawk configure:3236: checking for flex configure:3252: found /usr/bin/flex configure:3262: result: flex configure:3275: checking for yywrap in -lfl configure:3306: gcc -o conftest -g -O2 conftest.c -lfl >&5 configure:3309: $? = 0 configure:3312: test -s conftest configure:3315: $? = 0 configure:3327: result: yes configure:3395: checking lex output file root configure:3406: flex conftest.l configure:3409: $? = 0 configure:3421: result: lex.yy configure:3426: checking whether yytext is a pointer configure:3442: gcc -o conftest -g -O2 conftest.c -lfl >&5 configure:3445: $? = 0 configure:3448: test -s conftest configure:3451: $? = 0 configure:3464: result: yes configure:3478: checking whether ln -s works configure:3482: result: yes configure:3530: checking for ranlib configure:3546: found /usr/bin/ranlib configure:3557: result: ranlib configure:3573: checking for bison configure:3589: found /usr/bin/bison configure:3599: result: bison -y configure:3619: checking for dirent.h that defines DIR configure:3644: gcc -c -g -O2 conftest.c >&5 configure:3647: $? = 0 configure:3650: test -s conftest.o configure:3653: $? = 0 configure:3664: result: yes configure:3677: checking for library containing opendir configure:3708: gcc -o conftest -g -O2 conftest.c >&5 configure:3711: $? = 0 configure:3714: test -s conftest configure:3717: $? = 0 configure:3776: result: none required configure:3897: checking how to run the C preprocessor configure:3933: gcc -E conftest.c configure:3939: $? = 0 configure:3971: gcc -E conftest.c configure:3974: ac_nonexistent.h: No such file or directory configure:3977: $? = 1 configure: failed program was: | #line 3962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4015: result: gcc -E configure:4040: gcc -E conftest.c configure:4046: $? = 0 configure:4078: gcc -E conftest.c configure:4081: ac_nonexistent.h: No such file or directory configure:4084: $? = 1 configure: failed program was: | #line 4069 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4127: checking for egrep configure:4137: result: grep -E configure:4142: checking for ANSI C header files configure:4168: gcc -c -g -O2 conftest.c >&5 configure:4171: $? = 0 configure:4174: test -s conftest.o configure:4177: $? = 0 configure:4266: gcc -o conftest -g -O2 conftest.c >&5 configure:4269: $? = 0 configure:4271: ./conftest configure:4274: $? = 0 configure:4289: result: yes configure:4313: checking for sys/types.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for sys/stat.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for stdlib.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for string.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for memory.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for strings.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for inttypes.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for stdint.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4313: checking for unistd.h configure:4330: gcc -c -g -O2 conftest.c >&5 configure:4333: $? = 0 configure:4336: test -s conftest.o configure:4339: $? = 0 configure:4350: result: yes configure:4362: checking for stdbool.h that conforms to C99 configure:4416: gcc -c -g -O2 conftest.c >&5 configure:4392: #error bool is not defined configure:4404: #error true is not 1 configure:4419: $? = 1 configure: failed program was: | #line 4367 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | #include <stdbool.h> | #ifndef bool | # error bool is not defined | #endif | #ifndef false | # error false is not defined | #endif | #if false | # error false is not 0 | #endif | #ifndef true | # error true is not defined | #endif | #if true != 1 | # error true is not 1 | #endif | #ifndef __bool_true_false_are_defined | # error __bool_true_false_are_defined is not defined | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) -0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) -0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | | int | main () | { | return !a + !b + !c + !d + !e + !f + !g + !h + !i; | ; | return 0; | } configure:4436: result: no configure:4438: checking for _Bool configure:4463: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4502: `_Bool' undeclared (first use in this function) configure:4502: (Each undeclared identifier is reported only once configure:4502: for each function it appears in.) configure:4502: parse error before `)' configure:4466: $? = 1 configure: failed program was: | #line 4443 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if ((_Bool *) 0) | return 0; | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:4483: result: no configure:4502: checking for ANSI C header files configure:4649: result: yes configure:4659: checking for sys/wait.h that is POSIX.1 compatible configure:4691: gcc -c -g -O2 conftest.c >&5 configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4741: checking fcntl.h usability configure:4754: gcc -c -g -O2 conftest.c >&5 configure:4757: $? = 0 configure:4760: test -s conftest.o configure:4763: $? = 0 configure:4773: result: yes configure:4777: checking fcntl.h presence configure:4788: gcc -E conftest.c configure:4794: $? = 0 configure:4813: result: yes configure:4849: checking for fcntl.h configure:4856: result: yes configure:4741: checking stddef.h usability configure:4754: gcc -c -g -O2 conftest.c >&5 configure:4757: $? = 0 configure:4760: test -s conftest.o configure:4763: $? = 0 configure:4773: result: yes configure:4777: checking stddef.h presence configure:4788: gcc -E conftest.c configure:4794: $? = 0 configure:4813: result: yes configure:4849: checking for stddef.h configure:4856: result: yes configure:4732: checking for stdlib.h configure:4737: result: yes configure:4732: checking for string.h configure:4737: result: yes configure:4732: checking for unistd.h configure:4737: result: yes configure:4741: checking sys/time.h usability configure:4754: gcc -c -g -O2 conftest.c >&5 configure:4757: $? = 0 configure:4760: test -s conftest.o configure:4763: $? = 0 configure:4773: result: yes configure:4777: checking sys/time.h presence configure:4788: gcc -E conftest.c configure:4794: $? = 0 configure:4813: result: yes configure:4849: checking for sys/time.h configure:4856: result: yes configure:4741: checking syslog.h usability configure:4754: gcc -c -g -O2 conftest.c >&5 configure:4757: $? = 0 configure:4760: test -s conftest.o configure:4763: $? = 0 configure:4773: result: yes configure:4777: checking syslog.h presence configure:4788: gcc -E conftest.c configure:4794: $? = 0 configure:4813: result: yes configure:4849: checking for syslog.h configure:4856: result: yes configure:4870: checking for an ANSI C-conforming const configure:4938: gcc -c -g -O2 conftest.c >&5 configure:4941: $? = 0 configure:4944: test -s conftest.o configure:4947: $? = 0 configure:4958: result: yes configure:4968: checking for uid_t in sys/types.h configure:4992: result: yes configure:5007: checking for inline configure:5029: gcc -c -g -O2 conftest.c >&5 configure:5032: $? = 0 configure:5035: test -s conftest.o configure:5038: $? = 0 configure:5050: result: inline configure:5065: checking for mode_t configure:5090: gcc -c -g -O2 conftest.c >&5 configure:5093: $? = 0 configure:5096: test -s conftest.o configure:5099: $? = 0 configure:5110: result: yes configure:5122: checking for pid_t configure:5147: gcc -c -g -O2 conftest.c >&5 configure:5150: $? = 0 configure:5153: test -s conftest.o configure:5156: $? = 0 configure:5167: result: yes configure:5179: checking for size_t configure:5204: gcc -c -g -O2 conftest.c >&5 configure:5207: $? = 0 configure:5210: test -s conftest.o configure:5213: $? = 0 configure:5224: result: yes configure:5236: checking whether struct tm is in sys/time.h or time.h configure:5260: gcc -c -g -O2 conftest.c >&5 configure:5263: $? = 0 configure:5266: test -s conftest.o configure:5269: $? = 0 configure:5280: result: time.h configure:5296: checking for unistd.h configure:5301: result: yes configure:5433: checking for working chown configure:5473: gcc -o conftest -g -O2 conftest.c >&5 configure:5476: $? = 0 configure:5478: ./conftest configure:5481: $? = 0 configure:5497: result: yes configure:5507: checking whether closedir returns void configure:5537: gcc -o conftest -g -O2 conftest.c >&5 configure:5540: $? = 0 configure:5542: ./conftest configure:5545: $? = 0 configure:5559: result: no configure:5575: checking for unistd.h configure:5580: result: yes configure:5584: checking vfork.h usability configure:5597: gcc -c -g -O2 conftest.c >&5 configure:5654: vfork.h: No such file or directory configure:5600: $? = 1 configure: failed program was: | #line 5586 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <vfork.h> configure:5616: result: no configure:5620: checking vfork.h presence configure:5631: gcc -E conftest.c configure:5656: vfork.h: No such file or directory configure:5637: $? = 1 configure: failed program was: | #line 5622 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <vfork.h> configure:5656: result: no configure:5692: checking for vfork.h configure:5699: result: no configure:5717: checking for fork configure:5767: gcc -o conftest -g -O2 conftest.c >&5 configure:5770: $? = 0 configure:5773: test -s conftest configure:5776: $? = 0 configure:5787: result: yes configure:5717: checking for vfork configure:5767: gcc -o conftest -g -O2 conftest.c >&5 configure:5770: $? = 0 configure:5773: test -s conftest configure:5776: $? = 0 configure:5787: result: yes configure:5798: checking for working fork configure:5821: gcc -o conftest -g -O2 conftest.c >&5 configure:5824: $? = 0 configure:5826: ./conftest configure:5829: $? = 0 configure:5843: result: yes configure:5864: checking for working vfork configure:5998: result: yes configure:6029: checking whether lstat dereferences a symlink specified with a trailing slash configure:6061: gcc -o conftest -g -O2 conftest.c >&5 configure:6064: $? = 0 configure:6066: ./conftest configure:6069: $? = 0 configure:6090: result: yes configure:6104: checking whether lstat accepts an empty string configure:6130: gcc -o conftest -g -O2 conftest.c >&5 configure:6133: $? = 0 configure:6135: ./conftest configure:6138: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 6112 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | struct stat sbuf; | exit (lstat ("", &sbuf) ? 1 : 0); | ; | return 0; | } configure:6152: result: no configure:6168: checking for stdlib.h configure:6173: result: yes configure:6305: checking for GNU libc compatible malloc configure:6335: gcc -o conftest -g -O2 conftest.c >&5 configure:6338: $? = 0 configure:6340: ./conftest configure:6343: $? = 0 configure:6357: result: yes configure:6380: checking whether time.h and sys/time.h may both be included configure:6406: gcc -c -g -O2 conftest.c >&5 configure:6409: $? = 0 configure:6412: test -s conftest.o configure:6415: $? = 0 configure:6426: result: yes configure:6442: checking for sys/time.h configure:6447: result: yes configure:6442: checking for unistd.h configure:6447: result: yes configure:6583: checking for alarm configure:6633: gcc -o conftest -g -O2 conftest.c >&5 configure:6636: $? = 0 configure:6639: test -s conftest configure:6642: $? = 0 configure:6653: result: yes configure:6663: checking for working mktime configure:6825: gcc -o conftest -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6830: ./conftest configure:6833: $? = 0 configure:6847: result: yes configure:6858: checking for stdlib.h configure:6863: result: yes configure:6995: checking for GNU libc compatible realloc configure:7025: gcc -o conftest -g -O2 conftest.c >&5 configure:7028: $? = 0 configure:7030: ./conftest configure:7033: $? = 0 configure:7047: result: yes configure:7085: checking sys/select.h usability configure:7098: gcc -c -g -O2 conftest.c >&5 configure:7101: $? = 0 configure:7104: test -s conftest.o configure:7107: $? = 0 configure:7117: result: yes configure:7121: checking sys/select.h presence configure:7132: gcc -E conftest.c configure:7138: $? = 0 configure:7157: result: yes configure:7193: checking for sys/select.h configure:7200: result: yes configure:7085: checking sys/socket.h usability configure:7098: gcc -c -g -O2 conftest.c >&5 configure:7101: $? = 0 configure:7104: test -s conftest.o configure:7107: $? = 0 configure:7117: result: yes configure:7121: checking sys/socket.h presence configure:7132: gcc -E conftest.c configure:7138: $? = 0 configure:7157: result: yes configure:7193: checking for sys/socket.h configure:7200: result: yes configure:7213: checking types of arguments for select configure:7247: gcc -c -g -O2 conftest.c >&5 configure:7250: $? = 0 configure:7253: test -s conftest.o configure:7256: $? = 0 configure:7272: result: int,fd_set *,struct timeval * configure:7295: checking return type of signal handlers configure:7327: gcc -c -g -O2 conftest.c >&5 configure:7330: $? = 0 configure:7333: test -s conftest.o configure:7336: $? = 0 configure:7347: result: void configure:7355: checking whether stat accepts an empty string configure:7381: gcc -o conftest -g -O2 conftest.c >&5 configure:7384: $? = 0 configure:7386: ./conftest configure:7389: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 7363 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | struct stat sbuf; | exit (stat ("", &sbuf) ? 1 : 0); | ; | return 0; | } configure:7403: result: no configure:7418: checking for strftime configure:7468: gcc -o conftest -g -O2 conftest.c >&5 configure:7471: $? = 0 configure:7474: test -s conftest configure:7477: $? = 0 configure:7488: result: yes configure:7580: checking for alarm configure:7650: result: yes configure:7580: checking for dup2 configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for getcwd configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for gethostname configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for gettimeofday configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for memset configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7660: warning: conflicting types for built-in function `memset' configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for mkdir configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for putenv configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for regcomp configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for rmdir configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for select configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for setenv configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for strchr configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for strdup configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7580: checking for strerror configure:7630: gcc -o conftest -g -O2 conftest.c >&5 configure:7633: $? = 0 configure:7636: test -s conftest configure:7639: $? = 0 configure:7650: result: yes configure:7663: checking wether to include /usr/kerberos/include configure:7666: result: yes configure:7677: checking --prefix configure:7680: result: unset, defaulting to /opt/bincimap configure:7689: checking --sysconfdir configure:7692: result: unset, defaulting to /etc/opt/bincimap configure:7719: checking wether or not we should include SSL support configure:7722: result: yes configure:7730: checking for SSL_write in -lssl -lcrypto configure:7761: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto >&5 configure:7764: $? = 0 configure:7767: test -s conftest configure:7770: $? = 0 configure:7782: result: yes configure:7799: checking wether OpenSSL headers are included properly configure:7819: g++ -c -I/usr/kerberos/include -g -O2 conftest.cc >&5 configure:7822: $? = 0 configure:7825: test -s conftest.o configure:7828: $? = 0 configure:7830: result: yes configure:7852: checking for dlopen in -ldl configure:7883: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:7886: $? = 0 configure:7889: test -s conftest configure:7892: $? = 0 configure:7904: result: yes configure:7921: checking whether to include <sstream> or <strstream> configure:7940: g++ -c -I/usr/kerberos/include -g -O2 conftest.cc >&5 configure:7993: sstream: No such file or directory configure:7943: $? = 1 configure: failed program was: | #line 7923 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_PUTENV 1 | #define HAVE_REGCOMP 1 | #define HAVE_RMDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define WITH_SSL 1 | /* end confdefs.h. */ | #include <sstream> | int | main () | { | | ; | return 0; | } configure:7961: result: <strstream> configure:7966: checking whether to include <ostream> or <ostream.h> configure:7985: g++ -c -I/usr/kerberos/include -g -O2 conftest.cc >&5 configure:8038: ostream: No such file or directory configure:7988: $? = 1 configure: failed program was: | #line 7968 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "bincimap" | #define PACKAGE_TARNAME "bincimap" | #define PACKAGE_VERSION "1.1.8" | #define PACKAGE_STRING "bincimap 1.1.8" | #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" | #define PACKAGE "bincimap" | #define VERSION "1.1.8" | #define YYTEXT_POINTER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_PUTENV 1 | #define HAVE_REGCOMP 1 | #define HAVE_RMDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define WITH_SSL 1 | /* end confdefs.h. */ | #include <ostream> | int | main () | { | | ; | return 0; | } configure:8006: result: <ostream.h> configure:8126: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by bincimap config.status 1.1.8, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on main.school.net config.status:687: creating Makefile config.status:687: creating conf/Makefile config.status:687: creating conf/xinetd-bincimap config.status:687: creating conf/bincimap.conf config.status:687: creating conf/xinetd-bincimaps config.status:687: creating man/Makefile config.status:687: creating doc/Makefile config.status:687: creating doc/manual/Makefile config.status:687: creating contrib/Makefile config.status:687: creating contrib/authenticators/Makefile config.status:687: creating service/log/Makefile config.status:687: creating service/Makefile config.status:687: creating service/run config.status:687: creating service/run-ssl config.status:687: creating src/util/Makefile config.status:687: creating src/io/Makefile config.status:687: creating src/parsers/Makefile config.status:687: creating src/parsers/args/Makefile config.status:687: creating src/parsers/imap/recursivedescent/Makefile config.status:687: creating src/parsers/imap/Makefile config.status:687: creating src/parsers/mime/Makefile config.status:687: creating src/parsers/storage/Makefile config.status:687: creating src/mailbox/maildir/Makefile config.status:687: creating src/mailbox/Makefile config.status:687: creating src/Makefile config.status:687: creating bincimap.spec config.status:791: creating config.h config.status:1120: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_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_alarm=yes ac_cv_func_chown_works=yes ac_cv_func_closedir_void=no ac_cv_func_dup2=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getcwd=yes ac_cv_func_gethostname=yes ac_cv_func_gettimeofday=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_putenv=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_regcomp=yes ac_cv_func_rmdir=yes ac_cv_func_select=yes ac_cv_func_select_args=$'int,fd_set *,struct timeval *' ac_cv_func_setenv=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_working_mktime=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_h=no ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_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_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_fl_yywrap=yes ac_cv_lib_ssl__lcrypto_SSL_write=yes ac_cv_objext=o ac_cv_path_install=$'/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP=$'gcc -E' ac_cv_prog_LEX=flex ac_cv_prog_YACC=$'bison -y' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep=$'grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_opendir=$'none required' ac_cv_struct_tm=time.h ac_cv_type__Bool=no ac_cv_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_uid_t=yes am_cv_CC_dependencies_compiler_type=gcc am_cv_CXX_dependencies_compiler_type=gcc ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/joel/bincimap-1.1.8/missing --run aclocal-1.6' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/joel/bincimap-1.1.8/missing --run tar' AUTOCONF='${SHELL} /home/joel/bincimap-1.1.8/missing --run autoconf' AUTOHEADER='${SHELL} /home/joel/bincimap-1.1.8/missing --run autoheader' AUTOMAKE='${SHELL} /home/joel/bincimap-1.1.8/missing --run automake-1.6' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc' CXXFLAGS='-I/usr/kerberos/include -g -O2' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='ECHO_N='' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBDL='-ldl' LIBOBJS='' LIBS='' LIBSSL='-lssl -lcrypto' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/joel/bincimap-1.1.8/missing --run makeinfo' OBJEXT='o' PACKAGE='bincimap' PACKAGE_BUGREPORT='[EMAIL PROTECTED]' PACKAGE_NAME='bincimap' PACKAGE_STRING='bincimap 1.1.8' PACKAGE_TARNAME='bincimap' PACKAGE_VERSION='1.1.8' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STATIC='' STRIP='' VERSION='1.1.8' YACC='bison -y' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/joel/bincimap-1.1.8/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/opt/bincimap' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc/opt/bincimap' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALARM 1 #define HAVE_ALARM 1 #define HAVE_CHOWN 1 #define HAVE_DIRENT_H 1 #define HAVE_DUP2 1 #define HAVE_FCNTL_H 1 #define HAVE_FORK 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INTTYPES_H 1 #define HAVE_MALLOC 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_PUTENV 1 #define HAVE_REALLOC 1 #define HAVE_REGCOMP 1 #define HAVE_RMDIR 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 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_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_WORKING_VFORK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define PACKAGE "bincimap" #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]" #define PACKAGE_NAME "bincimap" #define PACKAGE_STRING "bincimap 1.1.8" #define PACKAGE_TARNAME "bincimap" #define PACKAGE_VERSION "1.1.8" #define RETSIGTYPE void #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "1.1.8" #define WITH_SSL 1 #define YYTEXT_POINTER 1 configure: exit 0

