mingw breaks in configure-gcc in my current build on i386;

checking for inline... inline
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... yes
checking size of void *... 4
checking size of short... 2
checking size of int... configure: error: cannot determine a size for int
gmake: *** [configure-gcc] Error 1
/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/x86-mingw32-build.sh: 
unrecoverable error building gcc

config.log attached.  I suspect changing AC_COMPILE_CHECK_SIZEOF
to AC_CHECK_SIZEOF in the autoconf input files may help but I'm
not sure what triggered this, guessing header changes, but
I don't really see why.

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

  $ 
/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/tmp/gcc-3.4.5-20060117-2/gcc/configure
 --cache-file=./config.cache --build=i386-unknown-openbsd5.3 
--host=i386-unknown-openbsd5.3 --target=i386-mingw32 
--prefix=/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/out --with-gcc 
--with-gnu-as --with-gnu-ld --disable-nls --disable-shared --disable-debug 
--enable-threads=win32 --disable-win32-registry --enable-sjlj-exceptions 
--with-sysroot=/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/out 
--enable-languages=c,c++ 
--with-gcc-version-trigger=/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/tmp/gcc-3.4.5-20060117-2/gcc/version.c
 --program-transform-name=s,^,i386-mingw32-,;  
--srcdir=../../gcc-3.4.5-20060117-2/gcc

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

hostname = i386.ports.openbsd.org
uname -m = i386
uname -r = 5.3
uname -s = OpenBSD
uname -v = GENERIC.MP#26

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

/bin/arch              = unknown
/usr/bin/arch -k       = OpenBSD.i386
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/out/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/ports/devel/mingw


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

configure:1285: creating cache ./config.cache
configure:1401: checking build system type
configure:1419: result: i386-unknown-openbsd5.3
configure:1427: checking host system type
configure:1441: result: i386-unknown-openbsd5.3
configure:1449: checking target system type
configure:1463: result: i386-pc-mingw32
configure:1527: checking LIBRARY_PATH variable
configure:1537: result: ok
configure:1558: checking GCC_EXEC_PREFIX variable
configure:1568: result: ok
configure:1652: checking whether to place generated files in the source 
directory
configure:1662: result: no
configure:1707: checking whether a default linker was specified
configure:1718: result: no
configure:1756: checking whether a default assembler was specified
configure:1767: result: no
configure:1793: checking for i386-unknown-openbsd5.3-gcc
configure:1819: result: gcc
configure:2101: checking for C compiler version
configure:2104: gcc --version </dev/null >&5
gcc (GCC) 4.2.1 20070719 
Copyright (C) 2007 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:2107: $? = 0
configure:2109: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd5.3/4.2.1/specs
Target: i386-unknown-openbsd5.3
Configured with: OpenBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 
configure:2112: $? = 0
configure:2114: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2117: $? = 1
configure:2140: checking for C compiler default output file name
configure:2143: gcc -O2 -fomit-frame-pointer  -s conftest.c  >&5
configure:2146: $? = 0
configure:2192: result: a.out
configure:2197: checking whether the C compiler works
configure:2203: ./a.out
configure:2206: $? = 0
configure:2223: result: yes
configure:2230: checking whether we are cross compiling
configure:2232: result: no
configure:2235: checking for suffix of executables
configure:2237: gcc -o conftest -O2 -fomit-frame-pointer  -s conftest.c  >&5
configure:2240: $? = 0
configure:2265: result: 
configure:2271: checking for suffix of object files
configure:2292: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:2295: $? = 0
configure:2317: result: o
configure:2321: checking whether we are using the GNU C compiler
configure:2345: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:2351: $? = 0
configure:2355: test -z 
                         || test ! -s conftest.err
configure:2358: $? = 0
configure:2361: test -s conftest.o
configure:2364: $? = 0
configure:2377: result: yes
configure:2383: checking whether gcc accepts -g
configure:2404: gcc -c -g  conftest.c >&5
configure:2410: $? = 0
configure:2414: test -z 
                         || test ! -s conftest.err
configure:2417: $? = 0
configure:2420: test -s conftest.o
configure:2423: $? = 0
configure:2434: result: yes
configure:2451: checking for gcc option to accept ANSI C
configure:2521: gcc  -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:2527: $? = 0
configure:2531: test -z 
                         || test ! -s conftest.err
configure:2534: $? = 0
configure:2537: test -s conftest.o
configure:2540: $? = 0
configure:2558: result: none needed
configure:2576: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'me'
configure:2582: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2716: checking whether gcc and cc understand -c and -o together
configure:2746: gcc -c conftest.c -o conftest.o >&5
configure:2749: $? = 0
configure:2751: gcc -c conftest.c -o conftest.o >&5
configure:2754: $? = 0
configure:2761: cc -c conftest.c >&5
configure:2764: $? = 0
configure:2767: cc -c conftest.c -o conftest.o >&5
configure:2770: $? = 0
configure:2772: cc -c conftest.c -o conftest.o >&5
configure:2775: $? = 0
configure:2793: result: yes
configure:2819: checking whether gcc accepts -Wno-long-long
configure:2842: gcc -c -Wno-long-long  conftest.c >&5
configure:2848: $? = 0
configure:2852: test -z 
                         || test ! -s conftest.err
configure:2855: $? = 0
configure:2858: test -s conftest.o
configure:2861: $? = 0
configure:2873: result: yes
configure:2881: checking how to run the C preprocessor
configure:2916: gcc -E  conftest.c
configure:2922: $? = 0
configure:2954: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2960: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2999: result: gcc -E
configure:3023: gcc -E  conftest.c
configure:3029: $? = 0
configure:3061: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3067: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3110: checking for inline
configure:3131: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:3137: $? = 0
configure:3141: test -z 
                         || test ! -s conftest.err
configure:3144: $? = 0
configure:3147: test -s conftest.o
configure:3150: $? = 0
configure:3162: result: inline
configure:3182: checking for long long int
configure:3203: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:3209: $? = 0
configure:3213: test -z 
                         || test ! -s conftest.err
configure:3216: $? = 0
configure:3219: test -s conftest.o
configure:3222: $? = 0
configure:3233: result: yes
configure:3242: checking for __int64
configure:3263: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:14: error: '__int64' undeclared (first use in this function)
conftest.c:14: error: (Each undeclared identifier is reported only once
conftest.c:14: error: for each function it appears in.)
conftest.c:14: error: expected ';' before 'i'
configure:3269: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| __int64 i;
|   ;
|   return 0;
| }
configure:3293: result: no
configure:3303: checking for built-in _Bool
configure:3324: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:3330: $? = 0
configure:3334: test -z 
                         || test ! -s conftest.err
configure:3337: $? = 0
configure:3340: test -s conftest.o
configure:3343: $? = 0
configure:3355: result: yes
configure:3367: checking size of void *
configure:3392: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:3398: $? = 0
configure:3402: test -z 
                         || test ! -s conftest.err
configure:3405: $? = 0
configure:3408: test -s conftest.o
configure:3411: $? = 0
configure:3430: result: 4
configure:3438: checking size of short
configure:3463: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:19: error: duplicate case value
conftest.c:19: error: previously used here
configure:3469: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (short) == 4):;
|   ;
|   return 0;
| }
configure:3463: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:19: error: duplicate case value
conftest.c:19: error: previously used here
configure:3469: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (short) == 8):;
|   ;
|   return 0;
| }
configure:3463: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:19: error: duplicate case value
conftest.c:19: error: previously used here
configure:3469: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (short) == 1):;
|   ;
|   return 0;
| }
configure:3463: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
configure:3469: $? = 0
configure:3473: test -z 
                         || test ! -s conftest.err
configure:3476: $? = 0
configure:3479: test -s conftest.o
configure:3482: $? = 0
configure:3501: result: 2
configure:3509: checking size of int
configure:3534: gcc -c -O2 -fomit-frame-pointer  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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 4):;
|   ;
|   return 0;
| }
configure:3534: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: error: duplicate case value
conftest.c:20: error: previously used here
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 8):;
|   ;
|   return 0;
| }
configure:3534: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: error: duplicate case value
conftest.c:20: error: previously used here
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 1):;
|   ;
|   return 0;
| }
configure:3534: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: error: duplicate case value
conftest.c:20: error: previously used here
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 2):;
|   ;
|   return 0;
| }
configure:3534: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: error: duplicate case value
conftest.c:20: error: previously used here
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 16):;
|   ;
|   return 0;
| }
configure:3534: gcc -c -O2 -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: error: duplicate case value
conftest.c:20: error: previously used here
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LONG_LONG 1
| #define HAVE__BOOL 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h.  */
| #include "confdefs.h"
| #include <sys/types.h>
| 
| 
| int
| main ()
| {
| switch (0) case 0: case (sizeof (int) == 12):;
|   ;
|   return 0;
| }
configure:3568: error: cannot determine a size for int

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

ac_cv_build=i386-unknown-openbsd5.3
ac_cv_build_alias=i386-unknown-openbsd5.3
ac_cv_c___int64=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_long_long=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fomit-frame-pointer'
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=set
ac_cv_env_LDFLAGS_value=-s
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-unknown-openbsd5.3
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-unknown-openbsd5.3
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i386-mingw32
ac_cv_exeext=
ac_cv_host=i386-unknown-openbsd5.3
ac_cv_host_alias=i386-unknown-openbsd5.3
ac_cv_objext=o
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_no_long_long=yes
ac_cv_prog_cc_stdc=
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
ac_cv_target=i386-pc-mingw32
ac_cv_target_alias=i386-mingw32
gcc_cv_c__bool=yes

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

ALL=''
AWK=''
BISON=''
BUILD_CFLAGS=''
BUILD_INFO=''
BUILD_PREFIX=''
BUILD_PREFIX_1=''
CATALOGS=''
CC='gcc'
CC_FOR_BUILD='gcc'
CFLAGS='-O2 -fomit-frame-pointer'
COLLECT2_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CROSS=''
CROSS_SYSTEM_HEADER_DIR=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FLEX=''
FORBUILD=''
GENERATED_MANPAGES=''
GENINSRC='#'
GGC=''
GMSGFMT=''
GNATBIND=''
GNAT_LIBEXC=''
INCINTL=''
INSTALL=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
LDEXP_LIB=''
LDFLAGS='-s'
LIBICONV=''
LIBICONV_DEP=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINT=''
MAKEINFO=''
NO_MINUS_C_MINUS_O=''
OBJEXT='o'
OUTPUT_OPTION='-o $@'
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/usr/local/bin/bash'
STMP_FIXINC=''
STMP_FIXPROTO=''
SYSTEM_HEADER_DIR=''
TARGET_GETGROUPS_T=''
TARGET_SYSTEM_ROOT=''
TARGET_SYSTEM_ROOT_DEFINE=''
USE_NLS=''
VERSION=''
WERROR=''
XGETTEXT=''
ac_ct_CC=''
ac_ct_GNATBIND=''
ac_ct_RANLIB=''
all_boot_languages=''
all_compilers=''
all_gtfiles=''
all_gtfiles_files_files=''
all_gtfiles_files_langs=''
all_lang_makefiles=''
all_lang_makefrags=''
all_languages=''
all_stagestuff=''
bindir='${exec_prefix}/bin'
build='i386-unknown-openbsd5.3'
build_alias='i386-unknown-openbsd5.3'
build_cpu='i386'
build_exeext=''
build_install_headers_dir=''
build_os='openbsd5.3'
build_subdir='build-i386-unknown-openbsd5.3'
build_vendor='unknown'
build_xm_defines=''
build_xm_file_list=''
build_xm_include_list=''
c_target_objs=''
cc_set_by_configure=''
check_languages=''
coverage_flags=''
cpp_install_dir=''
cxx_target_objs=''
datadir='${prefix}/share'
dollar=''
enable_multilib=''
enable_shared='no'
exec_prefix='NONE'
extra_gcc_objs=''
extra_headers_list=''
extra_modes_file=''
extra_objs=''
extra_parts=''
extra_passes=''
extra_programs=''
float_h_file=''
gcc_config_arguments=''
gcc_gxx_include_dir='$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed 
-e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/c++/3.4.5'
gcc_tooldir=''
gcc_version='3.4.5'
gcc_version_full='3.4.5 (mingw-vista special r2)'
gcc_version_trigger='../../gcc-3.4.5-20060117-2/gcc/../gcc/version.c'
gthread_flags=''
have_mktemp_command=''
host='i386-unknown-openbsd5.3'
host_alias='i386-unknown-openbsd5.3'
host_cpu='i386'
host_exeext=''
host_os='openbsd5.3'
host_subdir='.'
host_vendor='unknown'
host_xm_defines=''
host_xm_file_list=''
host_xm_include_list=''
includedir='${prefix}/include'
infodir='${prefix}/info'
inhibit_libc=''
install=''
lang_opt_files=''
lang_specs_files=''
lang_tree_files=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcc_visibility=''
libstdcxx_incdir='c++/3.4.5'
local_prefix='/usr/local'
localstatedir='${prefix}/var'
make_compare_target=''
mandir='${prefix}/man'
manext=''
md_file=''
nocommon_flag=''
objc_boehm_gc=''
objdir=''
objext=''
oldincludedir='/usr/include'
onestep=''
out_file=''
out_host_hook_obj=''
out_object_file=''
prefix='/usr/obj/mingw-1.0.1/x86-mingw32-build-1.0.1/out'
program_transform_name='s,^,i386-mingw32-,;'
quoted_cc_set_by_configure=''
quoted_stage_prefix_set_by_configure=''
sbindir='${exec_prefix}/sbin'
set_gcc_lib_path=''
sharedstatedir='${prefix}/com'
slibdir=''
srcdir='../../gcc-3.4.5-20060117-2/gcc'
stage1_cflags=''
stage_prefix_set_by_configure=''
strict1_warn=''
subdirs=''
symbolic_link=''
sysconfdir='${prefix}/etc'
target='i386-pc-mingw32'
target_alias='i386-mingw32'
target_cpu='i386'
target_cpu_default=''
target_noncanonical='i386-mingw32'
target_os='mingw32'
target_subdir='i386-mingw32'
target_vendor='pc'
thread_file=''
tm_defines=''
tm_file_list=''
tm_include_list=''
tm_p_file_list=''
tm_p_include_list=''
tmake_file=''
valgrind_command=''
valgrind_path=''
valgrind_path_defines=''
warn_cflags=''
xm_defines=''
xm_file_list=''
xm_include_list=''
xmake_file=''
zlibdir=''
zlibinc=''

## ------------- ##
## Output files. ##
## ------------- ##

language_hooks=''

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

#define HAVE_LONG_LONG 1
#define HAVE__BOOL 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_SHORT 2
#define SIZEOF_VOID_P 4

configure: exit 1

Reply via email to