Andreas Aardal Hanssen wrote:


This error:

configure:8240: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2 -L/usr/local/ssl/lib -lssl -lcrypto conftest.cc >&5
/tmp/ccu6iocz.o: In function `main':
/usr/local/src/bincimap-1.2.7beta1/configure:8302: undefined reference to `SSL_w
rite'


..is caused by a bug in configure.in that I make an attempt at fixing in
1.2.7beta1. The problem is that LDFLAGS and not LIBS is used for
specifying the SSL libs. Could you post the config.log from 1.2.7beta1?

Actually the config.log I posted was from 1.2.7beta1 :( I tried running the ./configure from the old 1.2.6final right now; the log is here if you're interested.


I'm not sure why this is an issue at all; I mean, /usr/local/ssl is a pretty common place to put OpenSSL, isn't it? How come I seem to be the only one having problems?

Thanks for your help.

Anders
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.2.6final, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --with-ssl-lib=/usr/local/ssl/lib 
--with-ssl-include=/usr/local/ssl/include

## --------- ##
## Platform. ##
## --------- ##

hostname = aegyptus
uname -m = i586
uname -r = 2.4.23
uname -s = Linux
uname -v = #2 Thu Dec 25 03:01:41 CET 2003

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i586
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


## ----------- ##
## 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:1513: result: no
configure:1484: checking for mawk
configure:1500: found /usr/bin/mawk
configure:1510: result: mawk
configure:1520: checking whether make sets $(MAKE)
configure:1540: result: yes
configure:1748: checking for g++
configure:1764: found /usr/bin/g++
configure:1774: result: g++
configure:1790: checking for C++ compiler version
configure:1793: g++ --version </dev/null >&5
2.95.4
configure:1796: $? = 0
configure:1798: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:1801: $? = 0
configure:1803: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1806: $? = 1
configure:1830: checking for C++ compiler default output
configure:1833: g++    conftest.cc  >&5
configure:1836: $? = 0
configure:1882: result: a.out
configure:1887: checking whether the C++ compiler works
configure:1893: ./a.out
configure:1896: $? = 0
configure:1913: result: yes
configure:1920: checking whether we are cross compiling
configure:1922: result: no
configure:1925: checking for suffix of executables
configure:1927: g++ -o conftest    conftest.cc  >&5
configure:1930: $? = 0
configure:1955: result: 
configure:1961: checking for suffix of object files
configure:1983: g++ -c   conftest.cc >&5
configure:1986: $? = 0
configure:2008: result: o
configure:2012: checking whether we are using the GNU C++ compiler
configure:2037: g++ -c   conftest.cc >&5
configure:2040: $? = 0
configure:2043: test -s conftest.o
configure:2046: $? = 0
configure:2059: result: yes
configure:2065: checking whether g++ accepts -g
configure:2087: g++ -c -g  conftest.cc >&5
configure:2090: $? = 0
configure:2093: test -s conftest.o
configure:2096: $? = 0
configure:2107: result: yes
configure:2151: g++ -c -g -O2  conftest.cc >&5
configure:2154: $? = 0
configure:2157: test -s conftest.o
configure:2160: $? = 0
configure:2187: g++ -c -g -O2  conftest.cc >&5
configure:2190: $? = 0
configure:2193: test -s conftest.o
configure:2196: $? = 0
configure:2238: checking for style of include used by make
configure:2266: result: GNU
configure:2294: checking dependency style of g++
configure:2356: result: gcc
configure:2419: checking for gcc
configure:2435: found /usr/bin/gcc
configure:2445: result: gcc
configure:2689: checking for C compiler version
configure:2692: gcc --version </dev/null >&5
2.95.4
configure:2695: $? = 0
configure:2697: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2700: $? = 0
configure:2702: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2705: $? = 1
configure:2708: checking whether we are using the GNU C compiler
configure:2733: gcc -c   conftest.c >&5
configure:2736: $? = 0
configure:2739: test -s conftest.o
configure:2742: $? = 0
configure:2755: result: yes
configure:2761: checking whether gcc accepts -g
configure:2783: gcc -c -g  conftest.c >&5
configure:2786: $? = 0
configure:2789: test -s conftest.o
configure:2792: $? = 0
configure:2803: result: yes
configure:2820: checking for gcc option to accept ANSI C
configure:2881: gcc  -c -g -O2  conftest.c >&5
configure:2884: $? = 0
configure:2887: test -s conftest.o
configure:2890: $? = 0
configure:2908: result: none needed
configure:2926: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2929: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3040: checking dependency style of gcc
configure:3102: result: gcc
configure:3131: checking for a BSD-compatible install
configure:3185: result: /usr/bin/install -c
configure:3196: checking whether make sets $(MAKE)
configure:3216: result: yes
configure:3229: checking for gawk
configure:3255: result: mawk
configure:3270: checking for flex
configure:3286: found /usr/bin/flex
configure:3296: result: flex
configure:3309: checking for yywrap in -lfl
configure:3340: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:3343: $? = 0
configure:3346: test -s conftest
configure:3349: $? = 0
configure:3361: result: yes
configure:3429: checking lex output file root
configure:3440: flex conftest.l
configure:3443: $? = 0
configure:3455: result: lex.yy
configure:3460: checking whether yytext is a pointer
configure:3476: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:3479: $? = 0
configure:3482: test -s conftest
configure:3485: $? = 0
configure:3498: result: yes
configure:3512: checking whether ln -s works
configure:3516: result: yes
configure:3564: checking for ranlib
configure:3580: found /usr/bin/ranlib
configure:3591: result: ranlib
configure:3607: checking for bison
configure:3623: found /usr/bin/bison
configure:3633: result: bison -y
configure:3653: checking for dirent.h that defines DIR
configure:3678: gcc -c -g -O2  conftest.c >&5
configure:3681: $? = 0
configure:3684: test -s conftest.o
configure:3687: $? = 0
configure:3698: result: yes
configure:3711: checking for library containing opendir
configure:3742: gcc -o conftest -g -O2   conftest.c  >&5
configure:3745: $? = 0
configure:3748: test -s conftest
configure:3751: $? = 0
configure:3810: result: none required
configure:3931: checking how to run the C preprocessor
configure:3967: gcc -E  conftest.c
configure:3973: $? = 0
configure:4005: gcc -E  conftest.c
configure:4008: ac_nonexistent.h: No such file or directory
configure:4011: $? = 1
configure: failed program was:
| #line 3996 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #define YYTEXT_POINTER 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4049: result: gcc -E
configure:4074: gcc -E  conftest.c
configure:4080: $? = 0
configure:4112: gcc -E  conftest.c
configure:4115: ac_nonexistent.h: No such file or directory
configure:4118: $? = 1
configure: failed program was:
| #line 4103 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #define YYTEXT_POINTER 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4161: checking for egrep
configure:4171: result: grep -E
configure:4176: checking for ANSI C header files
configure:4202: gcc -c -g -O2  conftest.c >&5
configure:4205: $? = 0
configure:4208: test -s conftest.o
configure:4211: $? = 0
configure:4300: gcc -o conftest -g -O2   conftest.c  >&5
configure:4303: $? = 0
configure:4305: ./conftest
configure:4308: $? = 0
configure:4323: result: yes
configure:4347: checking for sys/types.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for sys/stat.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for stdlib.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for string.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for memory.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for strings.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for inttypes.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for stdint.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4347: checking for unistd.h
configure:4364: gcc -c -g -O2  conftest.c >&5
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4396: checking for stdbool.h that conforms to C99
configure:4450: gcc -c -g -O2  conftest.c >&5
configure:4426: #error bool is not defined
configure:4438: #error true is not 1
configure:4453: $? = 1
configure: failed program was:
| #line 4401 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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:4470: result: no
configure:4472: checking for _Bool
configure:4497: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:4536: `_Bool' undeclared (first use in this function)
configure:4536: (Each undeclared identifier is reported only once
configure:4536: for each function it appears in.)
configure:4536: parse error before `)'
configure:4500: $? = 1
configure: failed program was:
| #line 4477 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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:4517: result: no
configure:4536: checking for ANSI C header files
configure:4683: result: yes
configure:4693: checking for sys/wait.h that is POSIX.1 compatible
configure:4725: gcc -c -g -O2  conftest.c >&5
configure:4728: $? = 0
configure:4731: test -s conftest.o
configure:4734: $? = 0
configure:4745: result: yes
configure:4777: checking fcntl.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking fcntl.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for fcntl.h
configure:4892: result: yes
configure:4777: checking stddef.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking stddef.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for stddef.h
configure:4892: result: yes
configure:4768: checking for stdlib.h
configure:4773: result: yes
configure:4768: checking for string.h
configure:4773: result: yes
configure:4768: checking for unistd.h
configure:4773: result: yes
configure:4777: checking sys/time.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking sys/time.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for sys/time.h
configure:4892: result: yes
configure:4777: checking syslog.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking syslog.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for syslog.h
configure:4892: result: yes
configure:4777: checking utime.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking utime.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for utime.h
configure:4892: result: yes
configure:4777: checking wait.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking wait.h presence
configure:4824: gcc -E  conftest.c
configure:4830: $? = 0
configure:4849: result: yes
configure:4885: checking for wait.h
configure:4892: result: yes
configure:4906: checking for an ANSI C-conforming const
configure:4974: gcc -c -g -O2  conftest.c >&5
configure:4977: $? = 0
configure:4980: test -s conftest.o
configure:4983: $? = 0
configure:4994: result: yes
configure:5004: checking for uid_t in sys/types.h
configure:5028: result: yes
configure:5043: checking for inline
configure:5065: gcc -c -g -O2  conftest.c >&5
configure:5068: $? = 0
configure:5071: test -s conftest.o
configure:5074: $? = 0
configure:5086: result: inline
configure:5101: checking for mode_t
configure:5126: gcc -c -g -O2  conftest.c >&5
configure:5129: $? = 0
configure:5132: test -s conftest.o
configure:5135: $? = 0
configure:5146: result: yes
configure:5158: checking for pid_t
configure:5183: gcc -c -g -O2  conftest.c >&5
configure:5186: $? = 0
configure:5189: test -s conftest.o
configure:5192: $? = 0
configure:5203: result: yes
configure:5215: checking for size_t
configure:5240: gcc -c -g -O2  conftest.c >&5
configure:5243: $? = 0
configure:5246: test -s conftest.o
configure:5249: $? = 0
configure:5260: result: yes
configure:5272: checking whether struct tm is in sys/time.h or time.h
configure:5296: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5302: test -s conftest.o
configure:5305: $? = 0
configure:5316: result: time.h
configure:5332: checking for unistd.h
configure:5337: result: yes
configure:5469: checking for working chown
configure:5509: gcc -o conftest -g -O2   conftest.c  >&5
configure:5512: $? = 0
configure:5514: ./conftest
configure:5517: $? = 0
configure:5533: result: yes
configure:5543: checking whether closedir returns void
configure:5573: gcc -o conftest -g -O2   conftest.c  >&5
configure:5576: $? = 0
configure:5578: ./conftest
configure:5581: $? = 0
configure:5595: result: no
configure:5611: checking for unistd.h
configure:5616: result: yes
configure:5620: checking vfork.h usability
configure:5633: gcc -c -g -O2  conftest.c >&5
configure:5692: vfork.h: No such file or directory
configure:5636: $? = 1
configure: failed program was:
| #line 5622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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:5652: result: no
configure:5656: checking vfork.h presence
configure:5667: gcc -E  conftest.c
configure:5694: vfork.h: No such file or directory
configure:5673: $? = 1
configure: failed program was:
| #line 5658 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:5692: result: no
configure:5728: checking for vfork.h
configure:5735: result: no
configure:5753: checking for fork
configure:5803: gcc -o conftest -g -O2   conftest.c  >&5
configure:5806: $? = 0
configure:5809: test -s conftest
configure:5812: $? = 0
configure:5823: result: yes
configure:5753: checking for vfork
configure:5803: gcc -o conftest -g -O2   conftest.c  >&5
configure:5806: $? = 0
configure:5809: test -s conftest
configure:5812: $? = 0
configure:5823: result: yes
configure:5834: checking for working fork
configure:5857: gcc -o conftest -g -O2   conftest.c  >&5
configure:5860: $? = 0
configure:5862: ./conftest
configure:5865: $? = 0
configure:5879: result: yes
configure:5900: checking for working vfork
configure:6034: result: yes
configure:6065: checking whether lstat dereferences a symlink specified with a 
trailing slash
configure:6097: gcc -o conftest -g -O2   conftest.c  >&5
configure:6100: $? = 0
configure:6102: ./conftest
configure:6105: $? = 0
configure:6126: result: yes
configure:6140: checking whether lstat accepts an empty string
configure:6166: gcc -o conftest -g -O2   conftest.c  >&5
configure:6169: $? = 0
configure:6171: ./conftest
configure:6174: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 6148 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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:6188: result: no
configure:6204: checking for stdlib.h
configure:6209: result: yes
configure:6341: checking for GNU libc compatible malloc
configure:6371: gcc -o conftest -g -O2   conftest.c  >&5
configure:6374: $? = 0
configure:6376: ./conftest
configure:6379: $? = 0
configure:6393: result: yes
configure:6416: checking whether time.h and sys/time.h may both be included
configure:6442: gcc -c -g -O2  conftest.c >&5
configure:6445: $? = 0
configure:6448: test -s conftest.o
configure:6451: $? = 0
configure:6462: result: yes
configure:6478: checking for sys/time.h
configure:6483: result: yes
configure:6478: checking for unistd.h
configure:6483: result: yes
configure:6619: checking for alarm
configure:6669: gcc -o conftest -g -O2   conftest.c  >&5
configure:6672: $? = 0
configure:6675: test -s conftest
configure:6678: $? = 0
configure:6689: result: yes
configure:6699: checking for working mktime
configure:6861: gcc -o conftest -g -O2   conftest.c  >&5
configure:6864: $? = 0
configure:6866: ./conftest
configure:6869: $? = 0
configure:6883: result: yes
configure:6894: checking for stdlib.h
configure:6899: result: yes
configure:7031: checking for GNU libc compatible realloc
configure:7061: gcc -o conftest -g -O2   conftest.c  >&5
configure:7064: $? = 0
configure:7066: ./conftest
configure:7069: $? = 0
configure:7083: result: yes
configure:7121: checking sys/select.h usability
configure:7134: gcc -c -g -O2  conftest.c >&5
configure:7137: $? = 0
configure:7140: test -s conftest.o
configure:7143: $? = 0
configure:7153: result: yes
configure:7157: checking sys/select.h presence
configure:7168: gcc -E  conftest.c
configure:7174: $? = 0
configure:7193: result: yes
configure:7229: checking for sys/select.h
configure:7236: result: yes
configure:7121: checking sys/socket.h usability
configure:7134: gcc -c -g -O2  conftest.c >&5
configure:7137: $? = 0
configure:7140: test -s conftest.o
configure:7143: $? = 0
configure:7153: result: yes
configure:7157: checking sys/socket.h presence
configure:7168: gcc -E  conftest.c
configure:7174: $? = 0
configure:7193: result: yes
configure:7229: checking for sys/socket.h
configure:7236: result: yes
configure:7249: checking types of arguments for select
configure:7283: gcc -c -g -O2  conftest.c >&5
configure:7286: $? = 0
configure:7289: test -s conftest.o
configure:7292: $? = 0
configure:7308: result: int,fd_set *,struct timeval *
configure:7331: checking return type of signal handlers
configure:7363: gcc -c -g -O2  conftest.c >&5
configure:7366: $? = 0
configure:7369: test -s conftest.o
configure:7372: $? = 0
configure:7383: result: void
configure:7391: checking whether stat accepts an empty string
configure:7417: gcc -o conftest -g -O2   conftest.c  >&5
configure:7420: $? = 0
configure:7422: ./conftest
configure:7425: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 7399 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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:7439: result: no
configure:7454: checking for strftime
configure:7504: gcc -o conftest -g -O2   conftest.c  >&5
configure:7507: $? = 0
configure:7510: test -s conftest
configure:7513: $? = 0
configure:7524: result: yes
configure:7598: checking for working strtod
configure:7642: gcc -o conftest -g -O2   conftest.c  >&5
configure:7645: $? = 0
configure:7647: ./conftest
configure:7650: $? = 0
configure:7664: result: yes
configure:7807: checking whether utime accepts a null argument
configure:7839: gcc -o conftest -g -O2   conftest.c  >&5
configure:7842: $? = 0
configure:7844: ./conftest
configure:7847: $? = 0
configure:7862: result: yes
configure:7873: checking for error_at_line
configure:7895: gcc -o conftest -g -O2   conftest.c  >&5
configure:7898: $? = 0
configure:7901: test -s conftest
configure:7904: $? = 0
configure:7915: result: yes
configure:7941: checking for alarm
configure:8011: result: yes
configure:7941: checking for dup2
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for getcwd
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for gethostname
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for gettimeofday
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for memset
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:8024: warning: conflicting types for built-in function `memset'
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for mkdir
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for putenv
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for regcomp
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for rmdir
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for select
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for setenv
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for strchr
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for strdup
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for strerror
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for strtol
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:7941: checking for utime
configure:7991: gcc -o conftest -g -O2   conftest.c  >&5
configure:7994: $? = 0
configure:7997: test -s conftest
configure:8000: $? = 0
configure:8011: result: yes
configure:8026: checking wether to include /usr/kerberos/include
configure:8033: result: not necessary
configure:8041: checking --prefix
configure:8044: result: unset, defaulting to /opt/bincimap
configure:8055: checking --sysconfdir
configure:8063: result: using /opt/bincimap/etc
configure:8069: checking --localstatedir
configure:8077: result: using /opt/bincimap/var
configure:8083: checking --datadir
configure:8091: result: using /opt/bincimap/share
configure:8103: checking wether to compile static or shared
configure:8106: result: shared
configure:8123: checking wether to compile with optimization
configure:8126: result: yes
configure:8159: checking for OpenSSL libraries
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -Lfound  -lssl 
-lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -L/usr/lib  -lssl 
-lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -L/usr/local/lib  
-lssl -lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -L/usr/local/ssl/lib 
 -lssl -lcrypto conftest.cc  >&5
/tmp/cc4fMxey.o: In function `main':
/usr/local/src/bincimap-1.2.6final/configure:8258: undefined reference to `SSL_write'
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  
-L/usr/local/openssl/lib  -lssl -lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -L/opt/ssl/lib  
-lssl -lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8196: g++ -o conftest -g -O2 -Wall -fno-exceptions -O2  -L/opt/openssl/lib  
-lssl -lcrypto conftest.cc  >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:8199: $? = 1
configure: failed program was:
| #line 8179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "bincimap"
| #define PACKAGE_TARNAME "bincimap"
| #define PACKAGE_VERSION "1.2.6final"
| #define PACKAGE_STRING "bincimap 1.2.6final"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "bincimap"
| #define VERSION "1.2.6final"
| #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_UTIME_H 1
| #define HAVE_WAIT_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_UTIME_NULL 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 HAVE_STRTOL 1
| #define HAVE_UTIME 1
| #define WITH_SSL 1
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_write(0, 0, 0);
|   ;
|   return 0;
| }
configure:8219: result: not found
configure:8221: error: Unable to find the ssl library which is part of OpenSSL. You 
want want to look up the FAQ to learn more about this requirement and how to deal with 
it. Or run configure with --without-ssl.

## ---------------- ##
## 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_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_utime=yes
ac_cv_func_utime_null=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_utime_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wait_h=yes
ac_cv_lib_error_at_line=yes
ac_cv_lib_fl_yywrap=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
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} /usr/local/src/bincimap-1.2.6final/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/bincimap-1.2.6final/missing --run tar'
AUTOCONF='${SHELL} /usr/local/src/bincimap-1.2.6final/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/bincimap-1.2.6final/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/bincimap-1.2.6final/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc'
CXXFLAGS='-g -O2 -Wall -fno-exceptions -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-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='-L/opt/openssl/lib  -lssl -lcrypto'
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBDL=''
LIBOBJS=''
LIBS=''
LIBSSL=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/src/bincimap-1.2.6final/missing --run makeinfo'
OBJEXT='o'
PACKAGE='bincimap'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='bincimap'
PACKAGE_STRING='bincimap 1.2.6final'
PACKAGE_TARNAME='bincimap'
PACKAGE_VERSION='1.2.6final'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STATIC=''
STRIP=''
VERSION='1.2.6final'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='/opt/bincimap/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/src/bincimap-1.2.6final/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/opt/bincimap/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/opt/bincimap'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/opt/bincimap/etc'
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_STRTOL 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_UTIME 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define HAVE_VFORK 1
#define HAVE_WAIT_H 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.2.6final"
#define PACKAGE_TARNAME "bincimap"
#define PACKAGE_VERSION "1.2.6final"
#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.2.6final"
#define WITH_SSL 1
#define YYTEXT_POINTER 1

configure: exit 1

Reply via email to