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 Darkbot configure 8rc2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = robbins
uname -m = i686
uname -r = 1.5.18(0.132/4/2)
uname -s = CYGWIN_NT-5.0
uname -v = 2005-07-02 20:30
/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:1367: checking for a BSD-compatible install
configure:1422: result: /usr/bin/install -c
configure:1433: checking whether build environment is sane
configure:1476: result: yes
configure:1541: checking for gawk
configure:1557: found /usr/bin/gawk
configure:1567: result: gawk
configure:1577: checking whether make sets $(MAKE)
configure:1597: result: yes
configure:1765: checking whether to enable maintainer-specific portions of Makefiles
configure:1774: result: no
configure:1841: checking for gcc
configure:1857: found /usr/bin/gcc
configure:1867: result: gcc
configure:2111: checking for C compiler version
configure:2114: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:2117: $? = 0
configure:2119: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:2122: $? = 0
configure:2124: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2127: $? = 1
configure:2150: checking for C compiler default output file name
configure:2153: gcc conftest.c >&5
configure:2156: $? = 0
configure:2202: result: a.exe
configure:2207: checking whether the C compiler works
configure:2213: ./a.exe
configure:2216: $? = 0
configure:2233: result: yes
configure:2240: checking whether we are cross compiling
configure:2242: result: no
configure:2245: checking for suffix of executables
configure:2247: gcc -o conftest.exe conftest.c >&5
configure:2250: $? = 0
configure:2275: result: .exe
configure:2281: checking for suffix of object files
configure:2302: gcc -c conftest.c >&5
configure:2305: $? = 0
configure:2327: result: o
configure:2331: checking whether we are using the GNU C compiler
configure:2355: gcc -c conftest.c >&5
configure:2361: $? = 0
configure:2365: test -z
|| test ! -s conftest.err
configure:2368: $? = 0
configure:2371: test -s conftest.o
configure:2374: $? = 0
configure:2387: result: yes
configure:2393: checking whether gcc accepts -g
configure:2414: gcc -c -g conftest.c >&5
configure:2420: $? = 0
configure:2424: test -z
|| test ! -s conftest.err
configure:2427: $? = 0
configure:2430: test -s conftest.o
configure:2433: $? = 0
configure:2444: result: yes
configure:2461: checking for gcc option to accept ANSI C
configure:2531: gcc -c -g -O2 conftest.c >&5
configure:2537: $? = 0
configure:2541: test -z
|| test ! -s conftest.err
configure:2544: $? = 0
configure:2547: test -s conftest.o
configure:2550: $? = 0
configure:2568: result: none needed
configure:2586: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2592: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2736: checking for style of include used by make
configure:2764: result: GNU
configure:2792: checking dependency style of gcc
configure:2882: result: gcc3
configure:2912: checking for a BSD-compatible install
configure:2967: result: /usr/bin/install -c
configure:2978: checking whether make sets $(MAKE)
configure:2998: result: yes
configure:3009: checking for rm
configure:3027: found /usr/bin/rm
configure:3039: result: /usr/bin/rm
configure:3048: checking for cp
configure:3066: found /usr/bin/cp
configure:3078: result: /usr/bin/cp
configure:3093: checking how to run the C preprocessor
configure:3128: gcc -E conftest.c
configure:3134: $? = 0
configure:3166: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3172: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Darkbot"
| #define PACKAGE_TARNAME "darkbot"
| #define PACKAGE_VERSION "8rc2"
| #define PACKAGE_STRING "Darkbot 8rc2"
| #define PACKAGE_BUGREPORT "ron@darkbot.org"
| #define PACKAGE "darkbot"
| #define VERSION "8rc2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3211: result: gcc -E
configure:3235: gcc -E conftest.c
configure:3241: $? = 0
configure:3273: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3279: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Darkbot"
| #define PACKAGE_TARNAME "darkbot"
| #define PACKAGE_VERSION "8rc2"
| #define PACKAGE_STRING "Darkbot 8rc2"
| #define PACKAGE_BUGREPORT "ron@darkbot.org"
| #define PACKAGE "darkbot"
| #define VERSION "8rc2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3323: checking for egrep
configure:3333: result: grep -E
configure:3338: checking for ANSI C header files
configure:3363: gcc -c -g -O2 conftest.c >&5
configure:3369: $? = 0
configure:3373: test -z
|| test ! -s conftest.err
configure:3376: $? = 0
configure:3379: test -s conftest.o
configure:3382: $? = 0
configure:3471: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:3474: $? = 0
configure:3476: ./conftest.exe
configure:3479: $? = 0
configure:3494: result: yes
configure:3518: checking for sys/types.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for sys/stat.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for stdlib.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for string.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for memory.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for strings.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for inttypes.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for stdint.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3518: checking for unistd.h
configure:3534: gcc -c -g -O2 conftest.c >&5
configure:3540: $? = 0
configure:3544: test -z
|| test ! -s conftest.err
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3564: result: yes
configure:3576: checking for size_t
configure:3600: gcc -c -g -O2 conftest.c >&5
configure:3606: $? = 0
configure:3610: test -z
|| test ! -s conftest.err
configure:3613: $? = 0
configure:3616: test -s conftest.o
configure:3619: $? = 0
configure:3630: result: yes
configure:3633: checking for clock_t
configure:3657: gcc -c -g -O2 conftest.c >&5
configure:3663: $? = 0
configure:3667: test -z
|| test ! -s conftest.err
configure:3670: $? = 0
configure:3673: test -s conftest.o
configure:3676: $? = 0
configure:3687: result: yes
configure:3699: checking for dirent.h that defines DIR
configure:3723: gcc -c -g -O2 conftest.c >&5
configure:3729: $? = 0
configure:3733: test -z
|| test ! -s conftest.err
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3753: result: yes
configure:3766: checking for library containing opendir
configure:3796: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:3802: $? = 0
configure:3806: test -z
|| test ! -s conftest.err
configure:3809: $? = 0
configure:3812: test -s conftest.exe
configure:3815: $? = 0
configure:3885: result: none required
configure:4021: checking for ANSI C header files
configure:4177: result: yes
configure:4187: checking whether time.h and sys/time.h may both be included
configure:4212: gcc -c -g -O2 conftest.c >&5
configure:4218: $? = 0
configure:4222: test -z
|| test ! -s conftest.err
configure:4225: $? = 0
configure:4228: test -s conftest.o
configure:4231: $? = 0
configure:4242: result: yes
configure:4269: checking fcntl.h usability
configure:4281: gcc -c -g -O2 conftest.c >&5
configure:4287: $? = 0
configure:4291: test -z
|| test ! -s conftest.err
configure:4294: $? = 0
configure:4297: test -s conftest.o
configure:4300: $? = 0
configure:4310: result: yes
configure:4314: checking fcntl.h presence
configure:4324: gcc -E conftest.c
configure:4330: $? = 0
configure:4350: result: yes
configure:4385: checking for fcntl.h
configure:4392: result: yes
configure:4269: checking sys/time.h usability
configure:4281: gcc -c -g -O2 conftest.c >&5
configure:4287: $? = 0
configure:4291: test -z
|| test ! -s conftest.err
configure:4294: $? = 0
configure:4297: test -s conftest.o
configure:4300: $? = 0
configure:4310: result: yes
configure:4314: checking sys/time.h presence
configure:4324: gcc -E conftest.c
configure:4330: $? = 0
configure:4350: result: yes
configure:4385: checking for sys/time.h
configure:4392: result: yes
configure:4260: checking for unistd.h
configure:4265: result: yes
configure:4415: checking windows.h usability
configure:4427: gcc -c -g -O2 conftest.c >&5
configure:4433: $? = 0
configure:4437: test -z
|| test ! -s conftest.err
configure:4440: $? = 0
configure:4443: test -s conftest.o
configure:4446: $? = 0
configure:4456: result: yes
configure:4460: checking windows.h presence
configure:4470: gcc -E conftest.c
configure:4476: $? = 0
configure:4496: result: yes
configure:4531: checking for windows.h
configure:4538: result: yes
configure:4553: checking for main in -lcrypt
configure:4577: gcc -o conftest.exe -g -O2 conftest.c -lcrypt >&5
configure:4583: $? = 0
configure:4587: test -z
|| test ! -s conftest.err
configure:4590: $? = 0
configure:4593: test -s conftest.exe
configure:4596: $? = 0
configure:4609: result: yes
configure:4621: checking for main in -luser32
configure:4645: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4651: $? = 0
configure:4655: test -z
|| test ! -s conftest.err
configure:4658: $? = 0
configure:4661: test -s conftest.exe
configure:4664: $? = 0
configure:4677: result: yes
configure:4698: checking for select
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4698: checking for socket
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4698: checking for strspn
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:56: warning: conflicting types for built-in function 'strspn'
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4698: checking for strstr
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:57: warning: conflicting types for built-in function 'strstr'
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4698: checking for strtol
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4698: checking for snprintf
configure:4755: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:59: warning: conflicting types for built-in function 'snprintf'
configure:4761: $? = 0
configure:4765: test -z
|| test ! -s conftest.err
configure:4768: $? = 0
configure:4771: test -s conftest.exe
configure:4774: $? = 0
configure:4786: result: yes
configure:4797: checking for an ANSI C-conforming const
configure:4864: gcc -c -g -O2 conftest.c >&5
configure:4870: $? = 0
configure:4874: test -z
|| test ! -s conftest.err
configure:4877: $? = 0
configure:4880: test -s conftest.o
configure:4883: $? = 0
configure:4894: result: yes
configure:4905: checking return type of signal handlers
configure:4936: gcc -c -g -O2 conftest.c >&5
configure:4942: $? = 0
configure:4946: test -z
|| test ! -s conftest.err
configure:4949: $? = 0
configure:4952: test -s conftest.o
configure:4955: $? = 0
configure:4966: result: void
configure:4978: checking for vprintf
configure:5035: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
conftest.c:61: warning: conflicting types for built-in function 'vprintf'
configure:5041: $? = 0
configure:5045: test -z
|| test ! -s conftest.err
configure:5048: $? = 0
configure:5051: test -s conftest.exe
configure:5054: $? = 0
configure:5066: result: yes
configure:5073: checking for _doprnt
configure:5130: gcc -o conftest.exe -g -O2 conftest.c -luser32 -lcrypt >&5
/cygdrive/c/DOCUME~1/ADMINI~1.ROB/LOCALS~1/Temp/ccOPDbEr.o: In function `main':
/home/ron/darkbot/beta/conftest.c:78: undefined reference to `__doprnt'
/home/ron/darkbot/beta/conftest.c:77: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:5136: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Darkbot"
| #define PACKAGE_TARNAME "darkbot"
| #define PACKAGE_VERSION "8rc2"
| #define PACKAGE_STRING "Darkbot 8rc2"
| #define PACKAGE_BUGREPORT "ron@darkbot.org"
| #define PACKAGE "darkbot"
| #define VERSION "8rc2"
| #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_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define WIN32
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBUSER32 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SNPRINTF 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:5161: result: no
configure:5299: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Darkbot config.status 8rc2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on robbins
config.status:695: creating source/Makefile
config.status:695: creating Makefile
config.status:799: creating source/config.h
config.status:1119: executing depfiles commands
## ---------------- ##
## 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_clock_t=yes
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.9'
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.9'
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=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/ron/darkbot/beta/missing --run makeinfo'
OBJEXT='o'
PACKAGE='darkbot'
PACKAGE_BUGREPORT='ron@darkbot.org'
PACKAGE_NAME='Darkbot'
PACKAGE_STRING='Darkbot 8rc2'
PACKAGE_TARNAME='darkbot'
PACKAGE_VERSION='8rc2'
PATH_SEPARATOR=':'
RM='/usr/bin/rm'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='8rc2'
ac_ct_CC='gcc'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
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'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='${HOME}/darkbot'
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 "ron@darkbot.org"
#define PACKAGE_NAME "Darkbot"
#define PACKAGE_STRING "Darkbot 8rc2"
#define PACKAGE_TARNAME "darkbot"
#define PACKAGE_VERSION "8rc2"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "8rc2"
#define WIN32
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Darkbot config.status 8rc2, 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:799: creating source/config.h
config.status:939: source/config.h is unchanged

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 31, 17:47 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3367079
Default Alt Text
config.log (23 KB)

Event Timeline