George McConnell wrote: > I need cmake to compile a 64-bit application. Can the 32-bit version > do that? It should be able to. You just have to set CXXFLAGS and CFLAGS with 64 bit options or CC and CXX with 64 bit compilers before you run cmake or ccmake, and it should be fine. You should not need a 64 bit cmake to build a 64 bit app. -Bill