Page MenuHomeDevCentral

config.log
No OneTemporary

config.log

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.59. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = robbins
uname -m = i686
uname -r = 1.5.9(0.112/4/2)
uname -s = CYGWIN_NT-5.0
uname -v = 2004-03-18 23:05
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /cygdrive/c/WINNT/system32
PATH: /cygdrive/c/WINNT
PATH: /cygdrive/c/WINNT/System32/Wbem
PATH: /cygdrive/c/Program Files/SecureCRT 3.0
PATH: /cygdrive/c
PATH: /cygdrive/c/winnt
PATH: /cygdrive/c/winnt/system32
PATH: .
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1340: checking for a BSD-compatible install
configure:1395: result: /usr/bin/install -c
configure:1406: checking whether build environment is sane
configure:1449: result: yes
configure:1482: checking for gawk
configure:1498: found /usr/bin/gawk
configure:1508: result: gawk
configure:1518: checking whether make sets $(MAKE)
configure:1538: result: yes
configure:1749: checking for gcc
configure:1765: found /usr/bin/gcc
configure:1775: result: gcc
configure:2019: checking for C compiler version
configure:2022: gcc --version </dev/null >&5
gcc (GCC) 3.3.1 (cygming special)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2025: $? = 0
configure:2027: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs
Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc --with-gnu-ld --with-gnu-as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/sbin --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,f77,pascal,java,objc --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --enable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --disable-win32-registry --enable-java-gc=boehm --disable-hash-synchronization --verbose --target=i686-pc-cygwin --host=i686-pc-cygwin --build=i686-pc-cygwin
Thread model: posix
gcc version 3.3.1 (cygming special)
configure:2030: $? = 0
configure:2032: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2035: $? = 1
configure:2058: checking for C compiler default output file name
configure:2061: gcc conftest.c >&5
configure:2064: $? = 0
configure:2110: result: a.exe
configure:2115: checking whether the C compiler works
configure:2121: ./a.exe
configure:2124: $? = 0
configure:2141: result: yes
configure:2148: checking whether we are cross compiling
configure:2150: result: no
configure:2153: checking for suffix of executables
configure:2155: gcc -o conftest.exe conftest.c >&5
configure:2158: $? = 0
configure:2183: result: .exe
configure:2189: checking for suffix of object files
configure:2210: gcc -c conftest.c >&5
configure:2213: $? = 0
configure:2235: result: o
configure:2239: checking whether we are using the GNU C compiler
configure:2263: gcc -c conftest.c >&5
configure:2269: $? = 0
configure:2273: test -z
|| test ! -s conftest.err
configure:2276: $? = 0
configure:2279: test -s conftest.o
configure:2282: $? = 0
configure:2295: result: yes
configure:2301: checking whether gcc accepts -g
configure:2322: gcc -c -g conftest.c >&5
configure:2328: $? = 0
configure:2332: test -z
|| test ! -s conftest.err
configure:2335: $? = 0
configure:2338: test -s conftest.o
configure:2341: $? = 0
configure:2352: result: yes
configure:2369: checking for gcc option to accept ANSI C
configure:2439: gcc -c -g -O2 conftest.c >&5
configure:2445: $? = 0
configure:2449: test -z
|| test ! -s conftest.err
configure:2452: $? = 0
configure:2455: test -s conftest.o
configure:2458: $? = 0
configure:2476: result: none needed
configure:2494: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2500: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2644: checking for style of include used by make
configure:2672: result: GNU
configure:2700: checking dependency style of gcc
configure:2783: result: gcc3
configure:2800: checking whether make sets $(MAKE)
configure:2820: result: yes
configure:2831: checking for rm
configure:2849: found /usr/bin/rm
configure:2861: result: /usr/bin/rm
configure:2870: checking for cp
configure:2888: found /usr/bin/cp
configure:2900: result: /usr/bin/cp
configure:2910: checking for main in -lcrypt
configure:2934: gcc -o conftest.exe -g -O2 conftest.c -lcrypt >&5
configure:2940: $? = 0
configure:2944: test -z
|| test ! -s conftest.err
configure:2947: $? = 0
configure:2950: test -s conftest.exe
configure:2953: $? = 0
configure:2966: result: yes
configure:2978: checking for main in -luser32
configure:3002: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:3008: $? = 0
configure:3012: test -z
|| test ! -s conftest.err
configure:3015: $? = 0
configure:3018: test -s conftest.exe
configure:3021: $? = 0
configure:3034: result: yes
configure:3054: checking for dirent.h that defines DIR
configure:3078: gcc -c -g -O2 conftest.c >&5
configure:3084: $? = 0
configure:3088: test -z
|| test ! -s conftest.err
configure:3091: $? = 0
configure:3094: test -s conftest.o
configure:3097: $? = 0
configure:3108: result: yes
configure:3121: checking for library containing opendir
configure:3151: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:3157: $? = 0
configure:3161: test -z
|| test ! -s conftest.err
configure:3164: $? = 0
configure:3167: test -s conftest.exe
configure:3170: $? = 0
configure:3240: result: none required
configure:3381: checking how to run the C preprocessor
configure:3416: gcc -E conftest.c
configure:3422: $? = 0
configure:3454: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3460: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "darkbot"
| #define VERSION "7f3"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBUSER32 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3499: result: gcc -E
configure:3523: gcc -E conftest.c
configure:3529: $? = 0
configure:3561: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3567: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "darkbot"
| #define VERSION "7f3"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBUSER32 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3611: checking for egrep
configure:3621: result: grep -E
configure:3626: checking for ANSI C header files
configure:3651: gcc -c -g -O2 conftest.c >&5
configure:3657: $? = 0
configure:3661: test -z
|| test ! -s conftest.err
configure:3664: $? = 0
configure:3667: test -s conftest.o
configure:3670: $? = 0
configure:3756: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:3759: $? = 0
configure:3761: ./conftest.exe
configure:3764: $? = 0
configure:3779: result: yes
configure:3804: checking for sys/types.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for sys/stat.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for stdlib.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for string.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for memory.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for strings.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for inttypes.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for stdint.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3804: checking for unistd.h
configure:3820: gcc -c -g -O2 conftest.c >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3850: result: yes
configure:3878: checking fcntl.h usability
configure:3890: gcc -c -g -O2 conftest.c >&5
configure:3896: $? = 0
configure:3900: test -z
|| test ! -s conftest.err
configure:3903: $? = 0
configure:3906: test -s conftest.o
configure:3909: $? = 0
configure:3919: result: yes
configure:3923: checking fcntl.h presence
configure:3933: gcc -E conftest.c
configure:3939: $? = 0
configure:3959: result: yes
configure:3994: checking for fcntl.h
configure:4001: result: yes
configure:3878: checking sys/time.h usability
configure:3890: gcc -c -g -O2 conftest.c >&5
configure:3896: $? = 0
configure:3900: test -z
|| test ! -s conftest.err
configure:3903: $? = 0
configure:3906: test -s conftest.o
configure:3909: $? = 0
configure:3919: result: yes
configure:3923: checking sys/time.h presence
configure:3933: gcc -E conftest.c
configure:3939: $? = 0
configure:3959: result: yes
configure:3994: checking for sys/time.h
configure:4001: result: yes
configure:3869: checking for unistd.h
configure:3874: result: yes
configure:4024: checking windows.h usability
configure:4036: gcc -c -g -O2 conftest.c >&5
configure:4042: $? = 0
configure:4046: test -z
|| test ! -s conftest.err
configure:4049: $? = 0
configure:4052: test -s conftest.o
configure:4055: $? = 0
configure:4065: result: yes
configure:4069: checking windows.h presence
configure:4079: gcc -E conftest.c
configure:4085: $? = 0
configure:4105: result: yes
configure:4140: checking for windows.h
configure:4147: result: yes
configure:4161: checking for an ANSI C-conforming const
configure:4228: gcc -c -g -O2 conftest.c >&5
configure:4234: $? = 0
configure:4238: test -z
|| test ! -s conftest.err
configure:4241: $? = 0
configure:4244: test -s conftest.o
configure:4247: $? = 0
configure:4258: result: yes
configure:4268: checking for
configure:4292: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:65: error: syntax error before ')' token
conftest.c:67: error: syntax error before ')' token
configure:4298: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "darkbot"
| #define VERSION "7f3"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBUSER32 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 HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define WIN32
| /* 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 (( *) 0)
| return 0;
| if (sizeof ())
| return 0;
| ;
| return 0;
| }
configure:4322: result: no
configure:4333: checking for size_t
configure:4357: gcc -c -g -O2 conftest.c >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4399: checking whether time.h and sys/time.h may both be included
configure:4424: gcc -c -g -O2 conftest.c >&5
configure:4430: $? = 0
configure:4434: test -z
|| test ! -s conftest.err
configure:4437: $? = 0
configure:4440: test -s conftest.o
configure:4443: $? = 0
configure:4454: result: yes
configure:4465: checking return type of signal handlers
configure:4496: gcc -c -g -O2 conftest.c >&5
configure:4502: $? = 0
configure:4506: test -z
|| test ! -s conftest.err
configure:4509: $? = 0
configure:4512: test -s conftest.o
configure:4515: $? = 0
configure:4526: result: void
configure:4538: checking for vprintf
configure:4595: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:54: warning: conflicting types for built-in function `vprintf'
configure:4601: $? = 0
configure:4605: test -z
|| test ! -s conftest.err
configure:4608: $? = 0
configure:4611: test -s conftest.exe
configure:4614: $? = 0
configure:4626: result: yes
configure:4633: checking for _doprnt
configure:4690: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
/cygdrive/c/DOCUME~1/ADMINI~1.ROB/LOCALS~1/Temp/cc6cMael.o(.text+0x1d): In function `main':
/home/ron/darkbot/beta/conftest.c:71: undefined reference to `__doprnt'
/cygdrive/c/DOCUME~1/ADMINI~1.ROB/LOCALS~1/Temp/cc6cMael.o(.data+0x0):/home/ron/darkbot/beta/conftest.c:70: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:4696: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "darkbot"
| #define VERSION "7f3"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBUSER32 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 HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define WIN32
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* 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 _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:4721: result: no
configure:4744: checking for select
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4744: checking for socket
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4744: checking for strspn
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:57: warning: conflicting types for built-in function `strspn'
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4744: checking for strstr
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:58: warning: conflicting types for built-in function `strstr'
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4744: checking for strtol
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4744: checking for snprintf
configure:4801: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:60: warning: conflicting types for built-in function `snprintf'
configure:4807: $? = 0
configure:4811: test -z
|| test ! -s conftest.err
configure:4814: $? = 0
configure:4817: test -s conftest.exe
configure:4820: $? = 0
configure:4832: result: yes
configure:4958: creating ./config.status
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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=.exe
ac_cv_func__doprnt=no
ac_cv_func_select=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_vprintf=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_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_header_windows_h=yes
ac_cv_lib_crypt_main=yes
ac_cv_lib_user32_main=yes
ac_cv_objext=o
ac_cv_path_CP=/usr/bin/cp
ac_cv_path_RM=/usr/bin/rm
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_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_type_=no
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ron/darkbot/beta/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ron/darkbot/beta/missing --run tar'
AUTOCONF='${SHELL} /home/ron/darkbot/beta/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ron/darkbot/beta/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ron/darkbot/beta/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CP='/usr/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-luser32 -lcrypt '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/ron/darkbot/beta/missing --run makeinfo'
OBJEXT='o'
PACKAGE='darkbot'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RM='/usr/bin/rm'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='7f3'
ac_ct_CC='gcc'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/ron/darkbot/beta/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIBUSER32 1
#define HAVE_MEMORY_H 1
#define HAVE_SELECT 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define PACKAGE "darkbot"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "7f3"
#define WIN32
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile
on robbins
config.status:689: creating Makefile
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status source/Makefile depfiles
on robbins
config.status:689: creating source/Makefile
config.status:1111: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status source/config.h
on robbins
config.status:793: creating source/config.h
config.status:931: source/config.h is unchanged

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 8, 08:59 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3781253
Default Alt Text
config.log (24 KB)

Event Timeline