This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --prefix=/usr/local/share/sqwebmail --enable-cgibindir=/home/ovh/cgi-bin/ --enable-imagedir=/home/ovh/www/webmail --with-authvchkpw --without-authpam --without-authuserdb --without-authpwd --without-authshadow --without-authldap --without-authdaemon --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=/usr/local/share/sqwebmail/libexec/sqwebmail/makedatprog --with-authchangepwdir=/usr/local/share/sqwebmail/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.24
uname -s = Linux
uname -v = #1 ven jan 23 20:17:26 CET 2004

/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: /usr/bin
PATH: /bin
PATH: /sbin
PATH: /usr/sbin
PATH: /mnt/sysimage/bin
PATH: /mnt/sysimage/usr/bin
PATH: /mnt/sysimage/usr/sbin
PATH: /mnt/sysimage/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1237: checking for a BSD-compatible install
configure:1291: result: /usr/bin/install -c
configure:1302: checking whether build environment is sane
configure:1345: result: yes
configure:1378: checking for gawk
configure:1394: found /usr/bin/gawk
configure:1404: result: gawk
configure:1414: checking whether make sets ${MAKE}
configure:1434: result: yes
configure:1581: checking for gawk
configure:1607: result: gawk
configure:1629: checking for a BSD-compatible install
configure:1683: result: /usr/bin/install -c
configure:1735: checking for ranlib
configure:1751: found /usr/bin/ranlib
configure:1762: result: ranlib
configure:1774: checking whether ln -s works
configure:1778: result: yes
configure:1831: checking for gcc
configure:1847: found /usr/bin/gcc
configure:1857: result: gcc
configure:2101: checking for C compiler version
configure:2104: gcc --version </dev/null >&5
2.96
configure:2107: $? = 0
configure:2109: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
configure:2112: $? = 0
configure:2114: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2117: $? = 1
configure:2143: checking for C compiler default output
configure:2146: gcc    conftest.c  >&5
configure:2149: $? = 0
configure:2182: result: a.out
configure:2187: checking whether the C compiler works
configure:2193: ./a.out
configure:2196: $? = 0
configure:2211: result: yes
configure:2218: checking whether we are cross compiling
configure:2220: result: no
configure:2223: checking for suffix of executables
configure:2225: gcc -o conftest    conftest.c  >&5
configure:2228: $? = 0
configure:2250: result: 
configure:2256: checking for suffix of object files
configure:2280: gcc -c   conftest.c >&5
configure:2283: $? = 0
configure:2302: result: o
configure:2306: checking whether we are using the GNU C compiler
configure:2333: gcc -c   conftest.c >&5
configure:2336: $? = 0
configure:2339: test -s conftest.o
configure:2342: $? = 0
configure:2354: result: yes
configure:2360: checking whether gcc accepts -g
configure:2384: gcc -c -g  conftest.c >&5
configure:2387: $? = 0
configure:2390: test -s conftest.o
configure:2393: $? = 0
configure:2403: result: yes
configure:2430: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2433: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2562: checking for style of include used by make
configure:2590: result: GNU
configure:2618: checking dependency style of gcc
configure:2680: result: gcc3
configure:2702: checking for socket in -lsocket
configure:2735: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:2738: $? = 1
configure: failed program was:
#line 2709 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char socket ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
socket ();
  ;
  return 0;
}
configure:2755: result: no
configure:2766: checking for socket in -lsocket
configure:2819: result: no
configure:2831: checking for connect in -lsocket
configure:2864: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:2867: $? = 1
configure: failed program was:
#line 2838 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char connect ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
connect ();
  ;
  return 0;
}
configure:2884: result: no
configure:2895: checking for connect in -lsocket
configure:2948: result: no
configure:2992: gcc -o conftest -g -O2   conftest.c   >&5
configure:2995: $? = 0
configure:2998: test -s conftest
configure:3001: $? = 0
configure:3085: checking how to run the C preprocessor
configure:3111: gcc -E  conftest.c
configure:3117: $? = 0
configure:3144: gcc -E  conftest.c
configure:3140:28: ac_nonexistent.h: No such file or directory
configure:3150: $? = 1
configure: failed program was:
#line 3139 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3187: result: gcc -E
configure:3202: gcc -E  conftest.c
configure:3208: $? = 0
configure:3235: gcc -E  conftest.c
configure:3231:28: ac_nonexistent.h: No such file or directory
configure:3241: $? = 1
configure: failed program was:
#line 3230 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3281: checking for ANSI C header files
configure:3295: gcc -E  conftest.c
configure:3301: $? = 0
configure:3386: gcc -o conftest -g -O2   conftest.c  >&5
configure:3389: $? = 0
configure:3391: ./conftest
configure:3394: $? = 0
configure:3408: result: yes
configure:3432: checking for sys/types.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for sys/stat.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for stdlib.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for string.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for memory.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for strings.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for inttypes.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for stdint.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3432: checking for unistd.h
configure:3445: gcc -c -g -O2  conftest.c >&5
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3464: result: yes
configure:3490: checking dlfcn.h usability
configure:3499: gcc -c -g -O2  conftest.c >&5
configure:3502: $? = 0
configure:3505: test -s conftest.o
configure:3508: $? = 0
configure:3517: result: yes
configure:3521: checking dlfcn.h presence
configure:3528: gcc -E  conftest.c
configure:3534: $? = 0
configure:3552: result: yes
configure:3570: checking for dlfcn.h
configure:3577: result: yes
configure:3598: checking for sys/types.h
configure:3603: result: yes
configure:3607: checking sys/time.h usability
configure:3616: gcc -c -g -O2  conftest.c >&5
configure:3619: $? = 0
configure:3622: test -s conftest.o
configure:3625: $? = 0
configure:3634: result: yes
configure:3638: checking sys/time.h presence
configure:3645: gcc -E  conftest.c
configure:3651: $? = 0
configure:3669: result: yes
configure:3687: checking for sys/time.h
configure:3694: result: yes
configure:3598: checking for sys/stat.h
configure:3603: result: yes
configure:3607: checking fcntl.h usability
configure:3616: gcc -c -g -O2  conftest.c >&5
configure:3619: $? = 0
configure:3622: test -s conftest.o
configure:3625: $? = 0
configure:3634: result: yes
configure:3638: checking fcntl.h presence
configure:3645: gcc -E  conftest.c
configure:3651: $? = 0
configure:3669: result: yes
configure:3687: checking for fcntl.h
configure:3694: result: yes
configure:3707: checking whether time.h and sys/time.h may both be included
configure:3735: gcc -c -g -O2  conftest.c >&5
configure:3738: $? = 0
configure:3741: test -s conftest.o
configure:3744: $? = 0
configure:3754: result: yes
configure:4257: checking whether sys/socket.h defines socklen_t
configure:4288: gcc -c -g -O2  conftest.c >&5
configure:4291: $? = 0
configure:4294: test -s conftest.o
configure:4297: $? = 0
configure:4311: result: yes
configure:4428: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:605: creating Makefile
config.status:709: creating config.h
config.status:923: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_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_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_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_socket_connect=no
ac_cv_lib_socket_socket=no
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_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
soxwrap_cv_have_socklen_t=yes

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_FCNTL_H 1
#define TIME_WITH_SYS_TIME 1

configure: exit 0
