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.57.  Invocation command line was

  $ ./configure --prefix=/usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/pfx -C --prefix=/usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/pfx --cache-file=../../../config.cache --srcdir=.

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

hostname = soyokaze
uname -m = ia64
uname -r = 2.4.17-mckinley-smp
uname -s = Linux
uname -v = #1 SMP Fri May 3 00:15:55 MDT 2002

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

/bin/arch              = ia64
/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: /usr/local/bin
PATH: /bin
PATH: /usr/sbin
PATH: /opt/intel/compiler60/ia64/bin
PATH: /usr/local/bin
PATH: /sw/local/bin


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

configure:1186: loading cache ../../../config.cache
configure:1312: checking for a BSD-compatible install
configure:1366: result: /usr/bin/install -c
configure:1377: checking whether build environment is sane
configure:1420: result: yes
configure:1453: checking for gawk
configure:1479: result: mawk
configure:1489: checking whether make sets $(MAKE)
configure:1509: result: yes
configure:1679: checking build system type
configure:1697: result: ia64-unknown-linux-gnu
configure:1705: checking host system type
configure:1719: result: ia64-unknown-linux-gnu
configure:1774: checking for gcc
configure:1800: result: gcc
configure:2044: checking for C compiler version
configure:2047: gcc --version </dev/null >&5
2.96
configure:2050: $? = 0
configure:2052: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/ia64-linux/2.96/specs
gcc version 2.96 20000731 (Debian GNU/Linux IA64 experimental)
configure:2055: $? = 0
configure:2057: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2060: $? = 1
configure:2084: checking for C compiler default output
configure:2087: gcc    conftest.c  >&5
configure:2090: $? = 0
configure:2136: result: a.out
configure:2141: checking whether the C compiler works
configure:2147: ./a.out
configure:2150: $? = 0
configure:2167: result: yes
configure:2174: checking whether we are cross compiling
configure:2176: result: no
configure:2179: checking for suffix of executables
configure:2181: gcc -o conftest    conftest.c  >&5
configure:2184: $? = 0
configure:2209: result: 
configure:2215: checking for suffix of object files
configure:2262: result: o
configure:2266: checking whether we are using the GNU C compiler
configure:2313: result: yes
configure:2319: checking whether gcc accepts -g
configure:2361: result: yes
configure:2378: checking for gcc option to accept ANSI C
configure:2466: result: none needed
configure:2484: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2487: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2607: checking for style of include used by make
configure:2635: result: GNU
configure:2663: checking dependency style of gcc
configure:2746: result: gcc3
configure:2775: checking for a BSD-compatible install
configure:2829: result: /usr/bin/install -c
configure:2881: checking for ranlib
configure:2908: result: ranlib
configure:2922: checking for ar
configure:2953: result: /usr/bin/ar
configure:2973: checking how to run the C preprocessor
configure:3091: result: gcc -E
configure:3116: gcc -E  conftest.c
configure:3122: $? = 0
configure:3154: gcc -E  conftest.c
configure:3155:28: ac_nonexistent.h: No such file or directory
configure:3160: $? = 1
configure: failed program was:
| #line 3145 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "liboop"
| #define VERSION "0.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3203: checking for egrep
configure:3213: result: grep -E
configure:3218: checking for ANSI C header files
configure:3365: result: yes
configure:3389: checking for sys/types.h
configure:3426: result: yes
configure:3389: checking for sys/stat.h
configure:3426: result: yes
configure:3389: checking for stdlib.h
configure:3426: result: yes
configure:3389: checking for string.h
configure:3426: result: yes
configure:3389: checking for memory.h
configure:3426: result: yes
configure:3389: checking for strings.h
configure:3426: result: yes
configure:3389: checking for inttypes.h
configure:3426: result: yes
configure:3389: checking for stdint.h
configure:3426: result: yes
configure:3389: checking for unistd.h
configure:3426: result: yes
configure:3456: checking poll.h usability
configure:3469: gcc -c -g -O2  conftest.c >&5
configure:3472: $? = 0
configure:3475: test -s conftest.o
configure:3478: $? = 0
configure:3488: result: yes
configure:3492: checking poll.h presence
configure:3503: gcc -E  conftest.c
configure:3509: $? = 0
configure:3528: result: yes
configure:3564: checking for poll.h
configure:3571: result: yes
configure:3447: checking for sys/select.h
configure:3452: result: yes
configure:3456: checking sys/socket.h usability
configure:3469: gcc -c -g -O2  conftest.c >&5
configure:3472: $? = 0
configure:3475: test -s conftest.o
configure:3478: $? = 0
configure:3488: result: yes
configure:3492: checking sys/socket.h presence
configure:3503: gcc -E  conftest.c
configure:3509: $? = 0
configure:3528: result: yes
configure:3564: checking for sys/socket.h
configure:3571: result: yes
configure:3447: checking for string.h
configure:3452: result: yes
configure:3447: checking for strings.h
configure:3452: result: yes
configure:3592: checking for res_query in -lresolv
configure:3623: gcc -o conftest -g -O2   conftest.c -lresolv   >&5
configure:3626: $? = 0
configure:3629: test -s conftest
configure:3632: $? = 0
configure:3644: result: yes
configure:3655: checking for library containing gethostbyname
configure:3686: gcc -o conftest -g -O2   conftest.c -lresolv  >&5
configure:3689: $? = 0
configure:3692: test -s conftest
configure:3695: $? = 0
configure:3754: result: none required
configure:3761: checking for library containing socket
configure:3792: gcc -o conftest -g -O2   conftest.c -lresolv  >&5
configure:3795: $? = 0
configure:3798: test -s conftest
configure:3801: $? = 0
configure:3860: result: none required
configure:4014: creating ./config.status

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

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

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

on soyokaze

config.status:656: creating Makefile
config.status:781: executing depfiles commands

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

ac_cv_build=ia64-unknown-linux-gnu
ac_cv_build_alias=ia64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_AR_set=
ac_cv_env_AR_value=
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_func_alloca_works=yes
ac_cv_func_crypt=no
ac_cv_func_difftime=yes
ac_cv_func_freehostent=no
ac_cv_func_getcwd=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_getipnodebyname=no
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcpy=yes
ac_cv_func_memset=yes
ac_cv_func_remove=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_sysconf=yes
ac_cv_func_vfprintf=yes
ac_cv_header_alloca_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_poll_h=yes
ac_cv_header_stdarg_h=yes
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_param_h=yes
ac_cv_header_sys_resource_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_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_host=ia64-unknown-linux-gnu
ac_cv_host_alias=ia64-unknown-linux-gnu
ac_cv_lib_authuser_auth_tcpuser3=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_i_setlocale=no
ac_cv_lib_resolv_main=yes
ac_cv_lib_resolv_res_query=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_BISON=bison
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_FLEX=flex
ac_cv_prog_LEX=flex
ac_cv_prog_SED=sed
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
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_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_search_strerror='none required'
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_rlim_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_uint32_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.1/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.1/site-packages'
am_cv_python_version=2.1
cmod_cv_c_working_attribute_unused=yes
cmod_cv_compiler_bad_function_cast=yes
cmod_cv_compiler_cast_align=yes
cmod_cv_compiler_cast_qual=yes
cmod_cv_compiler_float_equal=yes
cmod_cv_compiler_missing_declarations=yes
cmod_cv_compiler_missing_prototypes=yes
cmod_cv_compiler_nested_externs=yes
cmod_cv_compiler_pipe=yes
cmod_cv_compiler_strict_prototypes=yes
cmod_cv_compiler_write_strings=yes
kom_cv_c_attribute_format_printf=yes
kom_cv_c_attribute_noreturn=yes
kom_cv_func_rlimit_nofile=yes
kom_cv_header_posix_source_needed=no
kom_cv_struct_sigaction=yes
kom_cv_sys_hpux_source=no
kom_cv_type_sig_atomic_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run aclocal-1.7'
ADNS_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run tar'
AR='/usr/bin/ar'
AUTOCONF='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 $(EXTRA_CFLAGS)'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1 '
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=''
LIBOBJS=''
LIBS='-lresolv '
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/missing --run makeinfo'
OBJEXT='o'
PACKAGE='liboop'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.9'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='ia64-unknown-linux-gnu'
build_alias=''
build_cpu='ia64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='ia64-unknown-linux-gnu'
host_alias=''
host_cpu='ia64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/lyskom-server-2.0.7/src/libraries/liboop/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/xenofarm/lyskom-server/soyokaze.roxen.com/buildtmp/dist/pfx'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_ADNS 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBRESOLV 1
#define HAVE_MEMORY_H 1
#define HAVE_POLL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "liboop"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.9"

configure: exit 0