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

  $ ../gcc/configure --target=i686-w64-mingw32 --prefix=/home/pablo/reactos/RosBE/i386 --with-sysroot=/home/pablo/reactos/RosBE/i386 --with-pkgversion=RosBE-Unix --enable-languages=c,c++ --enable-fully-dynamic-string --enable-checking=release --enable-version-specific-runtime-libs --disable-shared --disable-multilib --disable-nls --disable-werror --with-gnu-ld --with-gnu-as

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

hostname = trinity
uname -m = x86_64
uname -r = 4.1.0-2-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.1.6-1 (2015-08-23)

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

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

PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/pablo/reactos/RosBE/i386/bin


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

configure:2237: checking build system type
configure:2251: result: x86_64-unknown-linux-gnu
configure:2298: checking host system type
configure:2311: result: x86_64-unknown-linux-gnu
configure:2331: checking target system type
configure:2344: result: i686-w64-mingw32
configure:2398: checking for a BSD-compatible install
configure:2466: result: /usr/bin/install -c
configure:2477: checking whether ln works
configure:2499: result: yes
configure:2503: checking whether ln -s works
configure:2507: result: yes
configure:2514: checking for a sed that does not truncate output
configure:2578: result: /bin/sed
configure:2587: checking for gawk
configure:2617: result: no
configure:2587: checking for mawk
configure:2603: found /usr/bin/mawk
configure:2614: result: mawk
configure:3070: checking for libitm support
configure:3076: result: no
configure:3776: checking for gcc
configure:3792: found /usr/bin/gcc
configure:3803: result: gcc
configure:4032: checking for C compiler version
configure:4041: gcc --version >&5
gcc (Debian 5.2.1-16) 5.2.1 20150903
Copyright (C) 2015 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:4052: $? = 0
configure:4041: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-16' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20150903 (Debian 5.2.1-16) 
configure:4052: $? = 0
configure:4041: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4052: $? = 1
configure:4041: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4052: $? = 1
configure:4072: checking for C compiler default output file name
configure:4094: gcc -pipe -O2 -Wl,-S -g0 -march=native   conftest.c  >&5
configure:4098: $? = 0
configure:4135: result: a.out
configure:4151: checking whether the C compiler works
configure:4160: ./a.out
configure:4164: $? = 0
configure:4179: result: yes
configure:4186: checking whether we are cross compiling
configure:4188: result: no
configure:4191: checking for suffix of executables
configure:4198: gcc -o conftest -pipe -O2 -Wl,-S -g0 -march=native   conftest.c  >&5
configure:4202: $? = 0
configure:4224: result: 
configure:4230: checking for suffix of object files
configure:4252: gcc -c -pipe -O2 -Wl,-S -g0 -march=native  conftest.c >&5
configure:4256: $? = 0
configure:4277: result: o
configure:4281: checking whether we are using the GNU C compiler
configure:4300: gcc -c -pipe -O2 -Wl,-S -g0 -march=native  conftest.c >&5
configure:4300: $? = 0
configure:4309: result: yes
configure:4318: checking whether gcc accepts -g
configure:4338: gcc -c -g  conftest.c >&5
configure:4338: $? = 0
configure:4379: result: yes
configure:4396: checking for gcc option to accept ISO C89
configure:4460: gcc  -c -pipe -O2 -Wl,-S -g0 -march=native  conftest.c >&5
configure:4460: $? = 0
configure:4473: result: none needed
configure:4551: checking for g++
configure:4567: found /usr/bin/g++
configure:4578: result: g++
configure:4605: checking for C++ compiler version
configure:4614: g++ --version >&5
g++ (Debian 5.2.1-16) 5.2.1 20150903
Copyright (C) 2015 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:4625: $? = 0
configure:4614: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-16' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20150903 (Debian 5.2.1-16) 
configure:4625: $? = 0
configure:4614: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4625: $? = 1
configure:4614: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4625: $? = 1
configure:4629: checking whether we are using the GNU C++ compiler
configure:4648: g++ -c   conftest.cpp >&5
configure:4648: $? = 0
configure:4657: result: yes
configure:4666: checking whether g++ accepts -g
configure:4686: g++ -c -g  conftest.cpp >&5
configure:4686: $? = 0
configure:4727: result: yes
configure:4816: checking for gnatbind
configure:4846: result: no
configure:4908: checking for gnatmake
configure:4938: result: no
configure:4957: checking whether compiler driver understands Ada
configure:4980: result: no
configure:4989: checking how to compare bootstrapped objects
configure:5014: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5086: checking for objdir
configure:5101: result: .libs
configure:5643: checking for PWL_handle_timeout in -lpwl
configure:5668: gcc -o conftest -pipe -O2 -Wl,-S -g0 -march=native   conftest.c -lpwl    -lstdc++ -lm >&5
/usr/bin/ld: cannot find -lpwl
collect2: error: ld returned 1 exit status
configure:5668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PWL_handle_timeout ();
| int
| main ()
| {
| return PWL_handle_timeout ();
|   ;
|   return 0;
| }
configure:5677: result: no
configure:5691: checking for version 0.11 (revision 0 or later) of PPL
configure:5708: gcc -c -pipe -O2 -Wl,-S -g0 -march=native  -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src   conftest.c >&5
conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
compilation terminated.
configure:5708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
| 
|     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
|     choke me
|     #endif
| 
|   ;
|   return 0;
| }
configure:5712: result: no
configure:7026: checking for default BUILD_CONFIG
configure:7058: result: 
configure:7547: checking for bison
configure:7563: found /usr/bin/bison
configure:7574: result: bison -y
configure:7594: checking for bison
configure:7610: found /usr/bin/bison
configure:7621: result: bison
configure:7641: checking for gm4
configure:7671: result: no
configure:7641: checking for gnum4
configure:7671: result: no
configure:7641: checking for m4
configure:7657: found /usr/bin/m4
configure:7668: result: m4
configure:7688: checking for flex
configure:7704: found /usr/bin/flex
configure:7715: result: flex
configure:7736: checking for flex
configure:7752: found /usr/bin/flex
configure:7763: result: flex
configure:7783: checking for makeinfo
configure:7799: found /usr/bin/makeinfo
configure:7810: result: makeinfo
configure:7844: checking for expect
configure:7874: result: no
configure:7893: checking for runtest
configure:7923: result: no
configure:8038: checking for ar
configure:8054: found /usr/bin/ar
configure:8065: result: ar
configure:8179: checking for as
configure:8195: found /usr/bin/as
configure:8206: result: as
configure:8320: checking for dlltool
configure:8350: result: no
configure:8461: checking for ld
configure:8477: found /usr/bin/ld
configure:8488: result: ld
configure:8602: checking for lipo
configure:8632: result: no
configure:8743: checking for nm
configure:8759: found /usr/bin/nm
configure:8770: result: nm
configure:8884: checking for ranlib
configure:8900: found /usr/bin/ranlib
configure:8911: result: ranlib
configure:9020: checking for strip
configure:9036: found /usr/bin/strip
configure:9047: result: strip
configure:9156: checking for windres
configure:9186: result: no
configure:9297: checking for windmc
configure:9327: result: no
configure:9438: checking for objcopy
configure:9454: found /usr/bin/objcopy
configure:9465: result: objcopy
configure:9579: checking for objdump
configure:9595: found /usr/bin/objdump
configure:9606: result: objdump
configure:9720: checking for readelf
configure:9736: found /usr/bin/readelf
configure:9747: result: readelf
configure:9861: checking for i686-w64-mingw32-cc
configure:9891: result: no
configure:9861: checking for i686-w64-mingw32-gcc
configure:9891: result: no
configure:10022: checking for i686-w64-mingw32-c++
configure:10052: result: no
configure:10022: checking for i686-w64-mingw32-g++
configure:10052: result: no
configure:10022: checking for i686-w64-mingw32-cxx
configure:10052: result: no
configure:10022: checking for i686-w64-mingw32-gxx
configure:10052: result: no
configure:10183: checking for i686-w64-mingw32-gcc
configure:10213: result: no
configure:10339: checking for i686-w64-mingw32-gcj
configure:10369: result: no
configure:10500: checking for i686-w64-mingw32-gfortran
configure:10530: result: no
configure:10661: checking for i686-w64-mingw32-gccgo
configure:10691: result: no
configure:10791: checking for ar
configure:10809: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ar
configure:10821: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ar
configure:11021: checking for as
configure:11039: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/as
configure:11051: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/as
configure:11251: checking for dlltool
configure:11269: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/dlltool
configure:11281: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/dlltool
configure:11481: checking for ld
configure:11499: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ld
configure:11511: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ld
configure:11711: checking for lipo
configure:11744: result: no
configure:11822: checking for i686-w64-mingw32-lipo
configure:11852: result: no
configure:11941: checking for nm
configure:11959: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/nm
configure:11971: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/nm
configure:12171: checking for objdump
configure:12189: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/objdump
configure:12201: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/objdump
configure:12401: checking for ranlib
configure:12419: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ranlib
configure:12431: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ranlib
configure:12631: checking for readelf
configure:12664: result: no
configure:12742: checking for i686-w64-mingw32-readelf
configure:12758: found /home/pablo/reactos/RosBE/i386/bin/i686-w64-mingw32-readelf
configure:12769: result: i686-w64-mingw32-readelf
configure:12861: checking for strip
configure:12879: found /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/strip
configure:12891: result: /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/strip
configure:13091: checking for windres
configure:13124: result: no
configure:13202: checking for i686-w64-mingw32-windres
configure:13218: found /home/pablo/reactos/RosBE/i386/bin/i686-w64-mingw32-windres
configure:13229: result: i686-w64-mingw32-windres
configure:13321: checking for windmc
configure:13354: result: no
configure:13432: checking for i686-w64-mingw32-windmc
configure:13448: found /home/pablo/reactos/RosBE/i386/bin/i686-w64-mingw32-windmc
configure:13459: result: i686-w64-mingw32-windmc
configure:13529: checking where to find the target ar
configure:13557: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:13571: checking where to find the target as
configure:13599: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:13613: checking where to find the target cc
configure:13636: result: just compiled
configure:13655: checking where to find the target c++
configure:13681: result: just compiled
configure:13700: checking where to find the target c++ for libstdc++
configure:13726: result: just compiled
configure:13745: checking where to find the target dlltool
configure:13773: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:13787: checking where to find the target gcc
configure:13810: result: just compiled
configure:13829: checking where to find the target gcj
configure:13869: result: pre-installed
configure:13874: checking where to find the target gfortran
configure:13914: result: pre-installed
configure:13919: checking where to find the target gccgo
configure:13959: result: pre-installed
configure:13964: checking where to find the target ld
configure:13992: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:14006: checking where to find the target lipo
configure:14032: result: pre-installed
configure:14037: checking where to find the target nm
configure:14065: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:14079: checking where to find the target objdump
configure:14107: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:14121: checking where to find the target ranlib
configure:14149: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:14163: checking where to find the target readelf
configure:14200: result: pre-installed
configure:14205: checking where to find the target strip
configure:14233: result: pre-installed in /home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin
configure:14247: checking where to find the target windres
configure:14284: result: pre-installed
configure:14289: checking where to find the target windmc
configure:14326: result: pre-installed
configure:14359: checking whether to enable maintainer-specific portions of Makefiles
configure:14368: result: no
configure:14401: checking whether -fkeep-inline-functions is supported
configure:14420: gcc -c -pipe -O2 -Wl,-S -g0 -march=native -fkeep-inline-functions  conftest.c >&5
configure:14420: $? = 0
configure:14421: result: yes
configure:14627: creating ./config.status

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

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

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

on trinity

config.status:977: creating Makefile

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-pipe -O2 -Wl,-S -g0 -march=native'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i686-w64-mingw32
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_pwl_PWL_handle_timeout=no
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/as
ac_cv_path_DLLTOOL_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/dlltool
ac_cv_path_LD_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=mawk
ac_cv_prog_BISON=bison
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=i686-w64-mingw32-readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_WINDMC_FOR_TARGET=i686-w64-mingw32-windmc
ac_cv_prog_WINDRES_FOR_TARGET=i686-w64-mingw32-windres
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=i686-w64-mingw32
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/home/pablo/reactos/RosBE/i386/libexec/gcc/i686-w64-mingw32/4.7.2:/home/pablo/reactos/RosBE/i386/libexec/gcc/i686-w64-mingw32:/usr/lib/gcc/i686-w64-mingw32/4.7.2:/usr/lib/gcc/i686-w64-mingw32:/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/i686-w64-mingw32/4.7.2:/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin:
gcc_cv_tool_prefix=/home/pablo/reactos/RosBE/i386
lt_cv_objdir=.libs

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/as'
AWK='mawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-pipe -O2 -Wl,-S -g0 -march=native'
CFLAGS_FOR_BUILD='-pipe -O2 -Wl,-S -g0 -march=native'
CFLAGS_FOR_TARGET='-pipe -O2 -Wl,-S -g0 -march=pentium -mtune=i686'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-pipe -O2 -Wl,-S -g0 -march=pentium -mtune=i686'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='i686-w64-mingw32-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='i686-w64-mingw32-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='i686-w64-mingw32-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='i686-w64-mingw32-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
READELF='readelf'
READELF_FOR_TARGET='i686-w64-mingw32-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/home/pablo/reactos/RosBE/i386/i686-w64-mingw32/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc/configure --target=i686-w64-mingw32 --prefix=/home/pablo/reactos/RosBE/i386 --with-sysroot=/home/pablo/reactos/RosBE/i386 --with-pkgversion=RosBE-Unix --enable-languages=c,c++ --enable-fully-dynamic-string --enable-checking=release --enable-version-specific-runtime-libs --disable-shared --disable-multilib --disable-nls --disable-werror --with-gnu-ld --with-gnu-as'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='i686-w64-mingw32-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='i686-w64-mingw32-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--prefix=/home/pablo/reactos/RosBE/i386'\'' '\''--with-sysroot=/home/pablo/reactos/RosBE/i386'\'' '\''--with-pkgversion=RosBE-Unix'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-checking=release'\'' '\''--enable-version-specific-runtime-libs'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' '\''--with-gnu-ld'\'' '\''--with-gnu-as'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-unknown-linux-gnu'
build_noncanonical='x86_64-unknown-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-unknown-linux-gnu'
build_tooldir='${exec_prefix}/i686-w64-mingw32'
build_vendor='unknown'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs'
extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src '
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  '\''--prefix=/home/pablo/reactos/RosBE/i386'\'' '\''--with-sysroot=/home/pablo/reactos/RosBE/i386'\'' '\''--with-pkgversion=RosBE-Unix'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-checking=release'\'' '\''--enable-version-specific-runtime-libs'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' '\''--with-gnu-ld'\'' '\''--with-gnu-as'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
pplinc=''
ppllibs=''
prefix='/home/pablo/reactos/RosBE/i386'
program_transform_name='s&^&i686-w64-mingw32-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=release,types'
stage1_languages='c,c++,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='i686-w64-mingw32'
target_alias='i686-w64-mingw32'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-unknown-linux-gnu   '\''--prefix=/home/pablo/reactos/RosBE/i386'\'' '\''--with-sysroot=/home/pablo/reactos/RosBE/i386'\'' '\''--with-pkgversion=RosBE-Unix'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-checking=release'\'' '\''--enable-version-specific-runtime-libs'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' '\''--with-gnu-ld'\'' '\''--with-gnu-as'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-w64-mingw32-&'\'' --disable-option-checking'
target_configdirs=' libgcc libstdc++-v3 libssp libquadmath'
target_cpu='i686'
target_noncanonical='i686-w64-mingw32'
target_os='mingw32'
target_subdir='i686-w64-mingw32'
target_vendor='w64'
tooldir='${exec_prefix}/i686-w64-mingw32'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0
