<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello.<div><br></div><div>I'm trying to set up Gambit on a 64-bit Windows 7 box.  I've already installed MinGW and downloaded Gambit.  When I try to execute ./configure, I get the following errors in config.log below.  I've searched my system for confdefs and could not find it.</div><div><br></div><div>Any assistance would be appreciated.</div><div><br></div><div><br></div><div>Thanks, Steve</div><div><br></div><div>---</div><div><br></div><div><div>configure:3136: $? = 0</div><div>configure:3125: gcc -v >&5</div><div>Using built-in specs.</div><div>COLLECT_GCC=C:\MinGW\bin\gcc.exe</div><div>COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.2/lto-wrapper.exe</div><div>Target: mingw32</div><div>Configured with: ../gcc-4.5.2/configure --enable-languages=c,c++,ada,fortran,obj</div><div>c,obj-c++ --disable-sjlj-exceptions
 --with-dwarf2 --enable-shared --enable-libgo</div><div>mp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-r</div><div>untime-libs --disable-werror --build=mingw32 --prefix=/mingw</div><div>Thread model: win32</div><div>gcc version 4.5.2 (GCC)</div><div>configure:3136: $? = 0</div><div>configure:3125: gcc -V >&5</div><div>gcc.exe: '-V' option must have argument</div><div>configure:3136: $? = 1</div><div>configure:3125: gcc -qversion >&5</div><div>gcc.exe: unrecognized option '-qversion'</div><div>gcc.exe: no input files</div><div>configure:3136: $? = 1</div><div>configure:3158: checking for C compiler default output file name</div><div>configure:3180: gcc    conftest.c  >&5</div><div>configure:3184: $? = 1</div><div>configure:3221: result:</div><div>configure: failed program was:</div><div>| /* confdefs.h */</div><div>| #define PACKAGE_NAME "Gambit-C"</div><div>| #define PACKAGE_TARNAME
 "gambc-v4_6_0"</div><div>| #define PACKAGE_VERSION "v4.6.0"</div><div>| #define PACKAGE_STRING "Gambit-C v4.6.0"</div><div>| #define PACKAGE_BUGREPORT "gambit@iro.umontreal.ca"</div><div>| #define PACKAGE_URL ""</div><div>| /* end confdefs.h.  */</div><div>| #include <stdio.h></div><div>| int</div><div>| main ()</div><div>| {</div><div>| FILE *f = fopen ("conftest.out", "w");</div><div>|  return ferror (f) || fclose (f) != 0;</div><div>|</div><div>|   ;</div><div>|   return 0;</div><div>| }</div><div>configure:3227: error: in `/c/jazzscheme/gambit':</div><div>configure:3231: error: C compiler cannot create executables</div><div>See `config.log' for more details.</div></div></td></tr></table><br>