Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-31197

building.md GCC version requirement out-of-date

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.4.10
    • Affects Version/s: None
    • Component/s: Build
    • None
    • Fully Compatible
    • ALL
    • Platforms 2017-10-23

      In the 3.4 branch, in docs/building.md the instructions state that:

      To build MongoDB, you will need:
      
      * A modern C++ compiler. One of the following is required.
          * GCC 4.8.2 or newer
          * Clang 3.4 (or Apple XCode 5.1.1 Clang) or newer
          * Visual Studio 2013 Update 2 or newer
      

      which is out of date since according to the SConscript:

      compiler_minimum_string = "GCC 5.3.0"
      

      is required.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            cbley@exa-online.de Claudio Bley
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: