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:1236: checking for a BSD-compatible install
configure:1290: result: /usr/bin/install -c
configure:1301: checking whether build environment is sane
configure:1344: result: yes
configure:1377: checking for gawk
configure:1393: found /usr/bin/gawk
configure:1403: result: gawk
configure:1413: checking whether make sets ${MAKE}
configure:1433: result: yes
configure:1596: checking for style of include used by make
configure:1624: result: GNU
configure:1695: checking for gcc
configure:1711: found /usr/bin/gcc
configure:1721: result: gcc
configure:1965: checking for C compiler version
configure:1968: gcc --version </dev/null >&5
2.96
configure:1971: $? = 0
configure:1973: 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:1976: $? = 0
configure:1978: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1981: $? = 1
configure:2007: checking for C compiler default output
configure:2010: gcc    conftest.c  >&5
configure:2013: $? = 0
configure:2046: result: a.out
configure:2051: checking whether the C compiler works
configure:2057: ./a.out
configure:2060: $? = 0
configure:2075: result: yes
configure:2082: checking whether we are cross compiling
configure:2084: result: no
configure:2087: checking for suffix of executables
configure:2089: gcc -o conftest    conftest.c  >&5
configure:2092: $? = 0
configure:2114: result: 
configure:2120: checking for suffix of object files
configure:2144: gcc -c   conftest.c >&5
configure:2147: $? = 0
configure:2166: result: o
configure:2170: checking whether we are using the GNU C compiler
configure:2197: gcc -c   conftest.c >&5
configure:2200: $? = 0
configure:2203: test -s conftest.o
configure:2206: $? = 0
configure:2218: result: yes
configure:2224: checking whether gcc accepts -g
configure:2248: gcc -c -g  conftest.c >&5
configure:2251: $? = 0
configure:2254: test -s conftest.o
configure:2257: $? = 0
configure:2267: result: yes
configure:2294: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2297: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2409: checking dependency style of gcc
configure:2471: result: gcc3
configure:2482: checking how to run the C preprocessor
configure:2508: gcc -E  conftest.c
configure:2514: $? = 0
configure:2541: gcc -E  conftest.c
configure:2537:28: ac_nonexistent.h: No such file or directory
configure:2547: $? = 1
configure: failed program was:
#line 2536 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2584: result: gcc -E
configure:2599: gcc -E  conftest.c
configure:2605: $? = 0
configure:2632: gcc -E  conftest.c
configure:2628:28: ac_nonexistent.h: No such file or directory
configure:2638: $? = 1
configure: failed program was:
#line 2627 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2679: checking for AIX
configure:2698: result: no
configure:2705: checking for strerror in -lcposix
configure:2738: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2741: $? = 1
configure: failed program was:
#line 2712 "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 strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2758: result: no
configure:2766: checking for ANSI C header files
configure:2780: gcc -E  conftest.c
configure:2786: $? = 0
configure:2871: gcc -o conftest -g -O2   conftest.c  >&5
configure:2874: $? = 0
configure:2876: ./conftest
configure:2879: $? = 0
configure:2893: result: yes
configure:2917: checking for sys/types.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for sys/stat.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for stdlib.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for string.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for memory.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for strings.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for inttypes.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for stdint.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2917: checking for unistd.h
configure:2930: gcc -c -g -O2  conftest.c >&5
configure:2933: $? = 0
configure:2936: test -s conftest.o
configure:2939: $? = 0
configure:2949: result: yes
configure:2971: checking minix/config.h usability
configure:2980: gcc -c -g -O2  conftest.c >&5
configure:3008:26: minix/config.h: No such file or directory
configure:2983: $? = 1
configure: failed program was:
#line 2973 "configure"
#include "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 <minix/config.h>
configure:2998: result: no
configure:3002: checking minix/config.h presence
configure:3009: gcc -E  conftest.c
configure:3005:26: minix/config.h: No such file or directory
configure:3015: $? = 1
configure: failed program was:
#line 3004 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3033: result: no
configure:3051: checking for minix/config.h
configure:3058: result: no
configure:3099: checking for a BSD-compatible install
configure:3153: result: /usr/bin/install -c
configure:3164: checking whether ln -s works
configure:3168: result: yes
configure:3216: checking for ranlib
configure:3232: found /usr/bin/ranlib
configure:3243: result: ranlib
configure:3301: checking for gcc
configure:3327: result: gcc
configure:3571: checking for C compiler version
configure:3574: gcc --version </dev/null >&5
2.96
configure:3577: $? = 0
configure:3579: 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:3582: $? = 0
configure:3584: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3587: $? = 1
configure:3590: checking whether we are using the GNU C compiler
configure:3638: result: yes
configure:3644: checking whether gcc accepts -g
configure:3687: result: yes
configure:3714: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:3717: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3829: checking dependency style of gcc
configure:3891: result: gcc3
configure:3900: checking for ps
configure:3918: found /bin/ps
configure:3930: result: /bin/ps
configure:3945: checking for w
configure:3963: found /usr/bin/w
configure:3975: result: /usr/bin/w
configure:4002: checking for sys/wait.h that is POSIX.1 compatible
configure:4036: gcc -c -I.. -I./.. -g -O2  conftest.c >&5
configure:4039: $? = 0
configure:4042: test -s conftest.o
configure:4045: $? = 0
configure:4055: result: yes
configure:4071: checking for unistd.h
configure:4076: result: yes
configure:4080: checking fcntl.h usability
configure:4089: gcc -c -I.. -I./.. -g -O2  conftest.c >&5
configure:4092: $? = 0
configure:4095: test -s conftest.o
configure:4098: $? = 0
configure:4107: result: yes
configure:4111: checking fcntl.h presence
configure:4118: gcc -E  conftest.c
configure:4124: $? = 0
configure:4142: result: yes
configure:4160: checking for fcntl.h
configure:4167: result: yes
configure:4181: checking for pid_t
configure:4208: gcc -c -I.. -I./.. -g -O2  conftest.c >&5
configure:4211: $? = 0
configure:4214: test -s conftest.o
configure:4217: $? = 0
configure:4227: result: yes
configure:4253: checking for random source
configure:4271: result: /dev/urandom
configure:4289: checking for some good options for ps
configure:4302: result: -Afl
configure:4413: 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:604: creating Makefile
config.status:708: creating config.h
config.status:924: 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_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_PS=/bin/ps
ac_cv_path_W=/usr/bin/w
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
ac_cv_type_pid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
random_cv_PS_OPTIONS=-Afl
random_cv_RANDOM=/dev/urandom

## ----------- ##
## 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_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define RANDOM "/dev/urandom"
#define PS_OPTIONS "-Afl"
#define PS "/bin/ps"
#define W ""

configure: exit 0
