Tcl Source Code

Artifact [aa60d7b0be]
Login

Artifact aa60d7b0be7759279476a27631df2e3c0ca5f9b7:

Attachment "config.log" to ticket [1881216fff] added by kennykb 2008-01-28 22:55:45.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by TclOO configure 0.2a0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ../configure --prefix=d:/tcltest --with-tcl=d:/tcltest/lib

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

hostname = nsk1200002852B
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17

/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: /c/Program Files/Microsoft Platform SDK For Windows Server 2003 R2/Bin
PATH: /c/Program Files/Microsoft Platform SDK For Windows Server 2003 R2/Bin/WinNT
PATH: /c/Program Files/Microsoft Visual Studio 8/Common7/IDE
PATH: /c/Program Files/Microsoft Visual Studio 8/VC/bin
PATH: /c/Program Files/Microsoft Visual Studio 8/Common7/Tools
PATH: /c/Program Files/Microsoft Visual Studio 8/SDK/v2.0/bin
PATH: /c/Microsoft.NET/Framework/v2.0.50727
PATH: /c/Program Files/Microsoft Visual Studio 8/VC/VCPackages
PATH: /c/Program Files/TortoiseCVS
PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Tcl/bin
PATH: /c/Program Files/CA/Dcs/DMScripting/
PATH: /c/Program Files/CA/DCS/CAWIN/
PATH: /c/oracle/ora81/bin
PATH: /c/Program Files/Oracle/jre/1.1.7/bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Program Files/ATI Technologies/ATI Control Panel
PATH: /c/Program Files/CA/Unicenter Software Delivery/BIN
PATH: /c/PROGRA~1/CA/SHARED~1/CAM/bin
PATH: /c/CA_APPSW
PATH: /c/Program Files/Common Files/Adaptec Shared/System
PATH: /c/Program Files/CA/DSM/bin
PATH: /c/Program Files/Common Files/GTK/2.0/bin
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
PATH: /c/Program Files/QuickTime/QTSystem/
PATH: /c/Program Files/Dalsa NetLink/Binaries
PATH: /c/Program Files/PKWARE/PKZIPC


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

configure:1350: checking for correct TEA configuration
configure:1369: result: ok (TEA 3.6)
configure:1376: checking for cygpath
configure:1403: result: echo
configure:1464: checking for Tcl configuration
configure:1580: result: found /d/tcltest/lib/tclConfig.sh
configure:1586: checking for existence of /d/tcltest/lib/tclConfig.sh
configure:1590: result: loading
configure:1676: --exec-prefix defaulting to TCL_EXEC_PREFIX d:/tcltest
configure:1742: checking for gcc
configure:1768: result: cl
configure:2012: checking for C compiler version
configure:2015: cl --version </dev/null >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9002 : ignoring unknown option '--version'
cl : Command line error D8003 : missing source filename
configure:2018: $? = 2
configure:2020: cl -v </dev/null >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9002 : ignoring unknown option '-v'
cl : Command line error D8003 : missing source filename
configure:2023: $? = 2
configure:2025: cl -V </dev/null >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line error D8004 : '/V' requires an argument
configure:2028: $? = 2
configure:2051: checking for C compiler default output file name
configure:2054: cl    conftest.c  >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:conftest.exe 
conftest.obj 
configure:2057: $? = 0
configure:2103: result: conftest.exe
configure:2108: checking whether the C compiler works
configure:2114: ./conftest.exe
configure:2117: $? = 0
configure:2134: result: yes
configure:2141: checking whether we are cross compiling
configure:2143: result: no
configure:2146: checking for suffix of executables
configure:2148: cl -o conftest.exe    conftest.c  >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:conftest.exe 
/out:conftest.exe 
conftest.obj 
configure:2151: $? = 0
configure:2176: result: .exe
configure:2182: checking for suffix of object files
configure:2203: cl -c   conftest.c >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
configure:2206: $? = 0
configure:2228: result: obj
configure:2232: checking whether we are using the GNU C compiler
configure:2256: cl -c   conftest.c >&5
conftest.c
conftest.c(14) : error C2065: 'choke' : undeclared identifier
conftest.c(14) : error C2146: syntax error : missing ';' before identifier 'me'
conftest.c(17) : error C2065: 'me' : undeclared identifier
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:2262: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2288: result: no
configure:2294: checking whether cl accepts -g
configure:2315: cl -c -g  conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9002 : ignoring unknown option '-g'
configure:2321: $? = 0
configure:2325: test -z 
			 || test ! -s conftest.err
configure:2328: $? = 0
configure:2331: test -s conftest.obj
configure:2334: $? = 0
configure:2345: result: yes
configure:2362: checking for cl option to accept ANSI C
configure:2432: cl  -c   conftest.c >&5
conftest.c
conftest.c(50) : warning C4113: 'char *(__cdecl *)()' differs in parameter lists from 'char *(__cdecl *)(char **,int)'
conftest.c(50) : warning C4113: 'char *(__cdecl *)()' differs in parameter lists from 'char *(__cdecl *)(char **,int)'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:2438: $? = 0
configure:2442: test -z 
			 || test ! -s conftest.err
configure:2445: $? = 0
configure:2448: test -s conftest.obj
configure:2451: $? = 0
configure:2469: result: none needed
configure:2487: cl -c   conftest.c >&5
conftest.c
conftest.c(2) : error C2061: syntax error : identifier 'me'
conftest.c(2) : error C2059: syntax error : ';'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:2493: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2631: checking how to run the C preprocessor
configure:2666: cl -E  conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
configure:2672: $? = 0
configure:2704: cl -E  conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
conftest.c(9) : fatal error C1083: Cannot open include file: 'ac_nonexistent.h': No such file or directory
configure:2710: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2749: result: cl -E
configure:2773: cl -E  conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
configure:2779: $? = 0
configure:2811: cl -E  conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
conftest.c(9) : fatal error C1083: Cannot open include file: 'ac_nonexistent.h': No such file or directory
configure:2817: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2874: checking for a BSD-compatible install
configure:2929: result: /bin/install -c
configure:2945: checking whether make sets $(MAKE)
configure:2965: result: yes
configure:3020: checking for ranlib
configure:3036: found /mingw/bin/ranlib
configure:3047: result: ranlib
configure:3069: checking for egrep
configure:3079: result: grep -E
configure:3084: checking for ANSI C header files
configure:3109: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3115: $? = 0
configure:3119: test -z 
			 || test ! -s conftest.err
configure:3122: $? = 0
configure:3125: test -s conftest.obj
configure:3128: $? = 0
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

conftest.c
configure:3214: cl -o conftest.exe    conftest.c  >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:conftest.exe 
/out:conftest.exe 
conftest.obj 
configure:3217: $? = 0
configure:3219: ./conftest.exe
configure:3222: $? = 0
configure:3237: result: yes
configure:3261: checking for sys/types.h
configure:3277: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 0
configure:3287: test -z 
			 || test ! -s conftest.err
configure:3290: $? = 0
configure:3293: test -s conftest.obj
configure:3296: $? = 0
configure:3307: result: yes
configure:3261: checking for sys/stat.h
configure:3277: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 0
configure:3287: test -z 
			 || test ! -s conftest.err
configure:3290: $? = 0
configure:3293: test -s conftest.obj
configure:3296: $? = 0
configure:3307: result: yes
configure:3261: checking for stdlib.h
configure:3277: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 0
configure:3287: test -z 
			 || test ! -s conftest.err
configure:3290: $? = 0
configure:3293: test -s conftest.obj
configure:3296: $? = 0
configure:3307: result: yes
configure:3261: checking for string.h
configure:3277: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 0
configure:3287: test -z 
			 || test ! -s conftest.err
configure:3290: $? = 0
configure:3293: test -s conftest.obj
configure:3296: $? = 0
configure:3307: result: yes
configure:3261: checking for memory.h
configure:3277: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 0
configure:3287: test -z 
			 || test ! -s conftest.err
configure:3290: $? = 0
configure:3293: test -s conftest.obj
configure:3296: $? = 0
configure:3307: result: yes
configure:3261: checking for strings.h
configure:3277: cl -c   conftest.c >&5
conftest.c
conftest.c(50) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* 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
| 
| #include <strings.h>
configure:3307: result: no
configure:3261: checking for inttypes.h
configure:3277: cl -c   conftest.c >&5
conftest.c
conftest.c(50) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* 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
| 
| #include <inttypes.h>
configure:3307: result: no
configure:3261: checking for stdint.h
configure:3277: cl -c   conftest.c >&5
conftest.c
conftest.c(50) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* 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
| 
| #include <stdint.h>
configure:3307: result: no
configure:3261: checking for unistd.h
configure:3277: cl -c   conftest.c >&5
conftest.c
conftest.c(50) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3283: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* 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
| 
| #include <unistd.h>
configure:3307: result: no
configure:3394: checking whether byte ordering is bigendian
configure:3421: cl -c   conftest.c >&5
conftest.c
conftest.c(16) : fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:3427: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|  bogus endian macros
| #endif
| 
|   ;
|   return 0;
| }
configure:3581: cl -o conftest.exe    conftest.c  >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:conftest.exe 
/out:conftest.exe 
conftest.obj 
configure:3584: $? = 0
configure:3586: ./conftest.exe
configure:3589: $? = 0
configure:3605: result: no
configure:6088: checking for inline
configure:6109: cl -c   conftest.c >&5
conftest.c
conftest.c(17) : error C2054: expected '(' to follow 'inline'
conftest.c(17) : error C2085: 'static_foo' : not in formal parameter list
conftest.c(17) : error C2143: syntax error : missing ';' before '{'
conftest.c(18) : error C2054: expected '(' to follow 'inline'
conftest.c(18) : error C2085: 'foo' : not in formal parameter list
conftest.c(18) : error C2143: syntax error : missing ';' before '{'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:6115: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* end confdefs.h.  */
| #ifndef __cplusplus
| typedef int foo_t;
| static inline foo_t static_foo () {return 0; }
| inline foo_t foo () {return 0; }
| #endif
| 
configure:6109: cl -c   conftest.c >&5
conftest.c
conftest.c(17) : error C2054: expected '(' to follow '__inline__'
conftest.c(17) : error C2085: 'static_foo' : not in formal parameter list
conftest.c(17) : error C2143: syntax error : missing ';' before '{'
conftest.c(18) : error C2054: expected '(' to follow '__inline__'
conftest.c(18) : error C2085: 'foo' : not in formal parameter list
conftest.c(18) : error C2143: syntax error : missing ';' before '{'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:6115: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| /* end confdefs.h.  */
| #ifndef __cplusplus
| typedef int foo_t;
| static __inline__ foo_t static_foo () {return 0; }
| __inline__ foo_t foo () {return 0; }
| #endif
| 
configure:6109: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:6115: $? = 0
configure:6119: test -z 
			 || test ! -s conftest.err
configure:6122: $? = 0
configure:6125: test -s conftest.obj
configure:6128: $? = 0
configure:6140: result: __inline
configure:6205: checking for windres
configure:6221: found /mingw/bin/windres
configure:6231: result: windres
configure:6331: checking for Tcl private include files
configure:6379: result: Using srcdir found in tclConfig.sh: /d/SourceForge/tcl
configure:6811: checking for building with threads
configure:6819: result: yes (default)
configure:6854: checking how to build libraries
configure:6872: result: shared
configure:6892: checking if 64bit support is requested
configure:6901: result: no
configure:6906: checking if 64bit Sparc VIS support is requested
configure:6915: result: no
configure:6926: checking if compiler supports visibility "hidden"
configure:6951: cl -o conftest.exe  -Werror   conftest.c  >&5
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line error D8021 : invalid numeric argument '/Werror'
configure:6957: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| 
| 	    extern __attribute__((__visibility__("hidden"))) void f(void);
| 	    void f(void) {}
| int
| main ()
| {
| f();
|   ;
|   return 0;
| }
configure:6983: result: no
configure:6998: checking if rpath support is requested
configure:7007: result: yes
configure:7014: checking if Windows/CE build is requested
configure:7023: result: no
configure:7033: checking system version
configure:7064: result: windows
configure:7072: checking for dlopen in -ldl
configure:7102: cl -o conftest.exe    conftest.c -ldl   >&5
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:conftest.exe 
/out:conftest.exe 
conftest.obj 
conftest.obj : error LNK2019: unresolved external symbol _dlopen referenced in function _main
conftest.exe : fatal error LNK1120: 1 unresolved externals
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-ldl'
configure:7108: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end 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 dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:7134: result: no
configure:7180: checking for ar
configure:7196: found /mingw/bin/ar
configure:7206: result: ar
configure:9353: checking for required early compiler flags
configure:9376: cl -c   conftest.c >&5
conftest.c
conftest.c(23) : error C2065: 'strtoll' : undeclared identifier
conftest.c(23) : error C2065: 'strtoull' : undeclared identifier
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9382: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| int
| main ()
| {
| char *p = (char *)strtoll; char *q = (char *)strtoull;
|   ;
|   return 0;
| }
configure:9419: cl -c   conftest.c >&5
conftest.c
conftest.c(24) : error C2065: 'strtoll' : undeclared identifier
conftest.c(24) : error C2065: 'strtoull' : undeclared identifier
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9425: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #define _ISOC99_SOURCE 1
| #include <stdlib.h>
| int
| main ()
| {
| char *p = (char *)strtoll; char *q = (char *)strtoull;
|   ;
|   return 0;
| }
configure:9481: cl -c   conftest.c >&5
conftest.c
conftest.c(23) : error C2079: 'buf' uses undefined struct 'stat64'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9487: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat64 buf; int i = stat64("/", &buf);
|   ;
|   return 0;
| }
configure:9524: cl -c   conftest.c >&5
conftest.c
conftest.c(24) : error C2079: 'buf' uses undefined struct 'stat64'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9530: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #define _LARGEFILE64_SOURCE 1
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat64 buf; int i = stat64("/", &buf);
|   ;
|   return 0;
| }
configure:9586: cl -c   conftest.c >&5
conftest.c
conftest.c(23) : error C2065: 'open64' : undeclared identifier
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9592: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| int
| main ()
| {
| char *p = (char *)open64;
|   ;
|   return 0;
| }
configure:9629: cl -c   conftest.c >&5
conftest.c
conftest.c(24) : error C2065: 'open64' : undeclared identifier
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9635: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "TclOO"
| #define PACKAGE_TARNAME "tcloo"
| #define PACKAGE_VERSION "0.2a0"
| #define PACKAGE_STRING "TclOO 0.2a0"
| #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
| #ifndef __cplusplus
| #define inline __inline
| #endif
| #define TCL_THREADS 1
| /* end confdefs.h.  */
| #define _LARGEFILE_SOURCE64 1
| #include <sys/stat.h>
| int
| main ()
| {
| char *p = (char *)open64;
|   ;
|   return 0;
| }
configure:9672: result: none
configure:9680: checking for 64-bit integer type
configure:9704: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9710: $? = 0
configure:9714: test -z 
			 || test ! -s conftest.err
configure:9717: $? = 0
configure:9720: test -s conftest.obj
configure:9723: $? = 0
configure:9754: cl -c   conftest.c >&5
conftest.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

configure:9760: $? = 0
configure:9764: test -z 
			 || test ! -s conftest.err
configure:9767: $? = 0
configure:9770: test -s conftest.obj
configure:9773: $? = 0
configure:9796: result: using Tcl header defaults
configure:10110: checking for build with symbols
configure:10123: result: no
configure:10242: checking for mt
configure:10258: found /c/Program Files/Microsoft Platform SDK For Windows Server 2003 R2/Bin/mt
configure:10268: result: mt
configure:10303: checking for tclsh
configure:10330: result: /d/tcltest/bin/tclsh85.exe
configure:10340: checking for sdx
configure:10371: result: none
configure:10382: checking for sdx.kit
configure:10413: result: none
configure:10431: WARNING: cannot find sdx; building starkits will fail
configure:10433: building as a normal library still supported
configure:10598: creating ./config.status

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

This file was extended by TclOO config.status 0.2a0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on nsk1200002852B

config.status:716: creating Makefile
config.status:716: creating tclooConfig.sh

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

ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=no
ac_cv_c_inline=__inline
ac_cv_c_tclconfig=/d/tcltest/lib
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cl
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_header_inttypes_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=no
ac_cv_lib_dl_dlopen=no
ac_cv_objext=obj
ac_cv_path_SDX=none
ac_cv_path_SDX_KIT=none
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CPP='cl -E'
ac_cv_prog_CYGPATH=echo
ac_cv_prog_MT=mt
ac_cv_prog_RC=windres
ac_cv_prog_ac_ct_CC=cl
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_make_make_set=yes
tcl_cv_cc_visibility_hidden=no
tcl_cv_flag__isoc99_source=no
tcl_cv_flag__largefile64_source=no
tcl_cv_flag__largefile_source64=no
tcl_cv_sys_version=windows
tcl_cv_type_64bit=__int64

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

ADD_MANIFEST='mt -manifest [email protected] -outputresource:$@;2'
AR='ar'
CC='cl'
CELIB_DIR=''
CFLAGS=' ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} '
CFLAGS_DEBUG='-nologo -Z7 -Od -W3 -WX -MDd'
CFLAGS_DEFAULT='-nologo -O2 -W2 -MD'
CFLAGS_OPTIMIZE='-nologo -O2 -W2 -MD'
CFLAGS_WARNING=''
CLEANFILES=' TclOO02a0.dll.manifest pkgIndex.tcl'
CONFIGURE_OUTPUTS='Makefile tclooConfig.sh config.cache config.log config.status'
CPP='cl -E'
CPPFLAGS=''
CYGPATH='echo'
DEFS='-DPACKAGE_NAME=\"TclOO\" -DPACKAGE_TARNAME=\"tcloo\" -DPACKAGE_VERSION=\"0.2a0\" -DPACKAGE_STRING=\"TclOO\ 0.2a0\" -DPACKAGE_BUGREPORT=\"\" -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 -Dinline=__inline -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DBUILD_tcloo=1 '
DL_LIBS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' '
LDFLAGS_DEFAULT='-release'
LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_LIB='${SHLIB_LD} ${SHLIB_LD_LIBS} ${LDFLAGS_DEFAULT} -out:$@ $(PKG_OBJECTS) '
MAKE_SHARED_LIB='${SHLIB_LD} ${SHLIB_LD_LIBS} ${LDFLAGS_DEFAULT} -out:$@ $(PKG_OBJECTS)'
MAKE_STATIC_LIB='${STLIB_LD} -out:$@ $(PKG_OBJECTS)'
MAKE_STUB_LIB='${STLIB_LD} -out:$@ $(PKG_STUB_OBJECTS)'
MATH_LIBS=''
MT='mt'
OBJEXT='obj'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='TclOO'
PACKAGE_STRING='TclOO 0.2a0'
PACKAGE_TARNAME='tcloo'
PACKAGE_VERSION='0.2a0'
PATH_SEPARATOR=':'
PKG_CFLAGS=''
PKG_HEADERS=' generic/tclOO.h generic/tclOODecls.h'
PKG_INCLUDES=' -I. -I"../generic"'
PKG_LIBS=''
PKG_LIB_FILE='TclOO02a0.dll'
PKG_OBJECTS=' tclOO.obj tclOOCall.obj tclOODefineCmds.obj tclOOInfo.obj tclOOMethod.obj tclOOStubInit.obj TclOO.res.o'
PKG_PRIVATE_HEADERS=' generic/tclOOInt.h generic/tclOOIntDecls.h'
PKG_SOURCES=' tclOO.c tclOOCall.c tclOODefineCmds.c tclOOInfo.c tclOOMethod.c tclOOStubInit.c'
PKG_STUB_LIB_FILE='TclOOstub02a0.lib'
PKG_STUB_OBJECTS=' tclOOStubLib.obj'
PKG_STUB_SOURCES=' tclOOStubLib.c'
PKG_TCL_SOURCES=''
RANLIB=':'
RANLIB_STUB=':'
RC='rc'
RES_DEFS=' --include "../generic" --define PACKAGE_NAME='\"$(PACKAGE_NAME)\"' --define PKG_LIB_FILE='\"$(PKG_LIB_FILE)\"' --define PACKAGE_VERSION='\"$(PACKAGE_VERSION)\"''
RES_SUFFIX='res.o'
SDX='none'
SDX_KIT='none'
SET_MAKE=''
SHARED_BUILD='1'
SHELL='/bin/sh'
SHLIB_CFLAGS=''
SHLIB_LD='link -dll -nologo'
SHLIB_LD_LIBS='${LIBS} "/d/tcltest/lib/tclstub85.lib"'
STLIB_LD='link -lib -nologo'
TCLOO_INCLUDE_SPEC='-Id:/tcltest/include'
TCLOO_LIB_SPEC='-Ld:/tcltest/lib/TclOO0.2a0 -lTclOO02a0'
TCLOO_PRIVATE_INCLUDE_SPEC='-Id:/tcltest/include'
TCLOO_STUB_LIB_SPEC='-Ld:/tcltest/lib/TclOO0.2a0 -lTclOOstub02a0'
TCLSH_PROG='/d/tcltest/bin/tclsh85.exe'
TCL_BIN_DIR='/d/tcltest/lib'
TCL_BMAP_DIR_NATIVE='"/d/SourceForge/tcl/bitmaps"'
TCL_DBGX=''
TCL_DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -Dinline=__inline -DHAVE_NO_LPFN_DECLS=1 -DHAVE_NO_FINDEX_ENUMS=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 '
TCL_EXTRA_CFLAGS=''
TCL_GENERIC_DIR_NATIVE='"/d/SourceForge/tcl/generic"'
TCL_INCLUDES='-I"/d/SourceForge/tcl/generic" -I"/d/SourceForge/tcl/win"'
TCL_LD_FLAGS=''
TCL_LIBS='user32.lib advapi32.lib ws2_32.lib'
TCL_LIB_FILE='tcl85.lib'
TCL_LIB_FLAG='-ltcl85'
TCL_LIB_SPEC='-Ld:/tcltest/lib -ltcl85'
TCL_PLATFORM_DIR_NATIVE='"/d/SourceForge/tcl/win"'
TCL_SHLIB_LD_LIBS='${LIBS}'
TCL_SRC_DIR='/d/SourceForge/tcl'
TCL_STUB_LIB_FILE='tclstub85.lib'
TCL_STUB_LIB_FLAG='-ltclstub85'
TCL_STUB_LIB_SPEC='-Ld:/tcltest/lib -ltclstub85'
TCL_THREADS='1'
TCL_TOOL_DIR_NATIVE='"/d/SourceForge/tcl/tools"'
TCL_TOP_DIR_NATIVE='"/d/SourceForge/tcl"'
TCL_UNIX_DIR_NATIVE='"/d/SourceForge/tcl/unix"'
TCL_VERSION='8.5'
TCL_WIN_DIR_NATIVE='"/d/SourceForge/tcl/win"'
ac_ct_CC='cl'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='d:/tcltest'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='d:/tcltest'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define BUILD_tcloo 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "TclOO"
#define PACKAGE_STRING "TclOO 0.2a0"
#define PACKAGE_TARNAME "tcloo"
#define PACKAGE_VERSION "0.2a0"
#define STDC_HEADERS 1
#define TCL_THREADS 1
#define USE_TCL_STUBS 1
#define inline __inline
#endif
#ifndef __cplusplus

configure: exit 0