unsupported-compilers.rst 1.1 KB

12345678910111213141516171819202122
  1. unsupported-compilers
  2. ---------------------
  3. * The implementation of CMake relies on some C++ compiler features which are
  4. not supported by some older compilers. As a result, those old compilers
  5. can no longer be used to build CMake itself. CMake continues to be able to
  6. generate Makefiles and project files for users of those old compilers
  7. however. The compilers known to no longer be capable of building CMake
  8. are:
  9. * MSVC 6 and 7.0 - superceded by VisualStudio 7.1 and newer compilers.
  10. * GCC 2.95 - superceded by GCC 3 and newer compilers.
  11. * Borland compilers - superceded by other Windows compilers.
  12. * Compaq compilers - superceded by other compilers.
  13. * Comeau compilers - superceded by other compilers.
  14. * SGI compilers - IRIX was dropped as a host platform.
  15. When building using SolarisStudio 12, the default ``libCStd`` standard
  16. library is not sufficient to build CMake. The SolarisStudio distribution
  17. supports compiler options to use ``STLPort4`` or ``libstdc++``. An
  18. appropriate option to select the standard library is now added
  19. automatically when building CMake with SolarisStudio compilers.