Both the bootstrapped, and cmake.org-provided binaries for Windows, catastrophically fail to create CMakefiles on my system.
* GNU make 3.81
* GCC: MingW32 4.2.1, installed by tarballs to c:\MingW32 (gcc is at c:\MingW32\bin\gcc.exe, etc.). Non-development utilities are installed by tarballs to c:\ (so bash is at c:\bin\bash.exe, etc.)

The bootstrap fails with:
====
 process_begin: CreateProcess(NULL,
/C/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmake.exe -E cmake_progress_report
 /C/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp/CMakeFiles 1, ...) failed.

 make (e=3): The system cannot find the path specified.
====
The prebuilt binary simply refuses to create the CMakefile outright. Experimentation shows that acceptable paths would be in an MSYS CMakefile, but the presence of \bin\sh blocks selection of the MSYS project type.

Attaching Build.txt (complete log of running the bootstrap script, and some other things) just in case something obvious is there.

Again, I'd like to know which files would be expected to need patching to make bootstrap work.

Kenneth
sh-3.1$ ./bootstrap.sh --prefix=/usr/local | tee Build.txt
---------------------------------------------
CMake 2.6-2, Copyright (c) 2007 Kitware, Inc., Insight Consortium
C compiler on this system is: gcc 
C++ compiler on this system is: g++ 
Makefile processor on this system is: make
g++ is GNU compiler
g++ has STL in std:: namespace
g++ has ANSI streams
g++ has streams in std:: namespace
g++ has sstream
g++ has operator!=(string, char*)
g++ has stl iterator_traits
g++ has standard template allocator
g++ has allocator<>::rebind<>
g++ does not have non-standard allocator<>::max_size argument
g++ has stl containers supporting allocator objects
g++ has header cstddef
g++ requires template friends to use <>
g++ supports member templates
g++ has standard template specialization syntax
g++ has argument dependent lookup
g++ does not have struct stat with st_mtim member
g++ has ANSI for scoping
---------------------------------------------
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmake.cxx -o cmake.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmakemain.cxx -o cmakemain.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmakewizard.cxx -o cmakewizard.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCommandArgumentLexer.cxx -o 
cmCommandArgumentLexer.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCommandArgumentParser.cxx -o 
cmCommandArgumentParser.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCommandArgumentParserHelper.cxx -o 
cmCommandArgumentParserHelper.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmDepends.cxx -o cmDepends.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmDependsC.cxx -o cmDependsC.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmDocumentationFormatter.cxx -o 
cmDocumentationFormatter.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmDocumentationFormatterText.cxx -o 
cmDocumentationFormatterText.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmPolicies.cxx -o cmPolicies.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmProperty.cxx -o cmProperty.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmPropertyDefinition.cxx -o 
cmPropertyDefinition.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmPropertyDefinitionMap.cxx -o 
cmPropertyDefinitionMap.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakeDepend.cxx -o cmMakeDepend.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakefile.cxx -o cmMakefile.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmExportFileGenerator.cxx -o 
cmExportFileGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmExportInstallFileGenerator.cxx -o 
cmExportInstallFileGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallDirectoryGenerator.cxx -o 
cmInstallDirectoryGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmGeneratedFileStream.cxx -o 
cmGeneratedFileStream.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallExportGenerator.cxx -o 
cmInstallExportGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallFilesGenerator.cxx -o 
cmInstallFilesGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallScriptGenerator.cxx -o 
cmInstallScriptGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmInstallTargetGenerator.cxx -o 
cmInstallTargetGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmSourceFile.cxx -o cmSourceFile.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmSourceFileLocation.cxx -o 
cmSourceFileLocation.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmSystemTools.cxx -o cmSystemTools.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmVersion.cxx -o cmVersion.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmFileTimeComparison.cxx -o 
cmFileTimeComparison.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o 
cmGlobalUnixMakefileGenerator3.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.cxx -o 
cmLocalUnixMakefileGenerator3.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakefileExecutableTargetGenerator.cxx -o 
cmMakefileExecutableTargetGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakefileLibraryTargetGenerator.cxx -o 
cmMakefileLibraryTargetGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakefileTargetGenerator.cxx -o 
cmMakefileTargetGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmMakefileUtilityTargetGenerator.cxx -o 
cmMakefileUtilityTargetGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmBootstrapCommands.cxx -o cmBootstrapCommands.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCommands.cxx -o cmCommands.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmTarget.cxx -o cmTarget.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmTest.cxx -o cmTest.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmDocumentVariables.cxx -o cmDocumentVariables.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmCacheManager.cxx -o cmCacheManager.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmListFileCache.cxx -o cmListFileCache.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmComputeLinkDepends.cxx -o 
cmComputeLinkDepends.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmComputeLinkInformation.cxx -o 
cmComputeLinkInformation.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmComputeTargetDepends.cxx -o 
cmComputeTargetDepends.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmComputeComponentGraph.cxx -o 
cmComputeComponentGraph.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmExprLexer.cxx -o cmExprLexer.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmExprParser.cxx -o cmExprParser.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmGlobalMSYSMakefileGenerator.cxx -o 
cmGlobalMSYSMakefileGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmGlobalMinGWMakefileGenerator.cxx -o 
cmGlobalMinGWMakefileGenerator.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmWin32ProcessExecution.cxx -o 
cmWin32ProcessExecution.o
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -c 
/MingWin.aux/cmake-2.6.2/Source/cmListFileLexer.c -o cmListFileLexer.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/Directory.cxx -o Directory.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/Glob.cxx -o Glob.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/RegularExpression.cxx -o 
RegularExpression.o
g++ -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/SystemTools.cxx -o SystemTools.o
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/ProcessWin32.c -o ProcessWin32.o
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/String.c -o String.o
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/System.c -o System.o
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/EncodeExecutable.c -o EncodeExecutable.o
gcc  -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk EncodeExecutable.o -o 
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysEncodeExecutable.exe
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Source/kwsys/ProcessFwd9x.c -o ProcessFwd9x.o
gcc  -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk ProcessFwd9x.o -o 
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysProcessFwd9x.exe
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysEncodeExecutable.exe 
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysProcessFwd9x.exe 
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysProcessFwd9xEnc.c cmsys ProcessFwd9x
gcc -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk 
-I/MingWin.aux/cmake-2.6.2/Source/kwsys -DKWSYS_NAMESPACE=cmsys -c 
/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmsysProcessFwd9xEnc.c -o 
cmsysProcessFwd9xEnc.o
g++  -I/MingWin.aux/cmake-2.6.2/Source   
-I/MingWin.aux/cmake-2.6.2/Bootstrap.cmk  cmake.o cmakemain.o cmakewizard.o 
cmCommandArgumentLexer.o cmCommandArgumentParser.o 
cmCommandArgumentParserHelper.o cmDepends.o cmDependsC.o 
cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolicies.o 
cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o 
cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o 
cmExportInstallFileGenerator.o cmInstallDirectoryGenerator.o 
cmGeneratedFileStream.o cmGlobalGenerator.o cmLocalGenerator.o 
cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o 
cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile.o 
cmSourceFileLocation.o cmSystemTools.o cmVersion.o cmFileTimeComparison.o 
cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o 
cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o 
cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o 
cmBootstrapCommands.o cmCommands.o cmTarget.o cmTest.o cmCustomCommand.o 
cmDocumentVariables.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o 
cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o 
cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o 
cmGlobalMSYSMakefileGenerator.o cmGlobalMinGWMakefileGenerator.o 
cmWin32ProcessExecution.o cmListFileLexer.o Directory.o Glob.o 
RegularExpression.o SystemTools.o ProcessWin32.o String.o System.o 
cmsysProcessFwd9xEnc.o -o cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: C:/MingW32/bin/gcc.exe
-- Check for working C compiler: C:/MingW32/bin/gcc.exe -- broken
-- Configuring incomplete, errors occurred!
CMake Error at Modules/CMakeTestCCompiler.cmake:32 (MESSAGE):
  The C compiler "C:/MingW32/bin/gcc.exe" is not able to compile a simple
  test program.

  It fails with the following output:

   Change Dir: C:/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp



  Run Build Command:C:/MingW32/bin/make.exe "cmTryCompileExec/fast"

  make -f CMakeFiles/cmTryCompileExec.dir/build.make
  CMakeFiles/cmTryCompileExec.dir/build

  make[1]: Entering directory
  `C:/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp'

  /C/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmake.exe -E cmake_progress_report
  /C/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp/CMakeFiles 1

  process_begin: CreateProcess(NULL,
  /C/MingWin.aux/cmake-2.6.2/Bootstrap.cmk/cmake.exe -E cmake_progress_report
  /C/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp/CMakeFiles 1, ...) failed.

  make (e=3): The system cannot find the path specified.

  make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj] Error 3

  make[1]: Leaving directory `C:/MingWin.aux/cmake-2.6.2/CMakeFiles/CMakeTmp'

  make.exe: *** [cmTryCompileExec/fast] Error 2





  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:1 (PROJECT)


-- Configuring incomplete, errors occurred!
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
---------------------------------------------
sh-3.1$ make -v
GNU Make 3.81
Copyright (C) 2006  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.

This program built for i686-pc-mingw32
sh-3.1$ gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../gcc-4.2.1-2-src/configure --with-gcc --enable-libgomp 
--host=mingw32 --build=mingw32 --target=mingw32 --program-suffix=-dw2 
--with-arch=i486 --with-tune=generic --disable-werror --prefix=/mingw 
--with-local-prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-win32-registry 
--disable-sjlj-exceptions --enable-libstdcxx-debug 
--enable-cxx-flags=-fno-function-sections -fno-data-sections 
--enable-version-specific-runtime-libs --disable-bootstrap
Thread model: win32
gcc version 4.2.1-dw2 (mingw32-2)
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to