-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.2.3
-
Component/s: Build, Internal Code, Packaging
-
None
-
Environment:Discovered in Fedora 24. I think it is not OS dependent.
-
Fully Compatible
-
ALL
-
v3.4
-
-
Platforms 2017-01-23
MongoDB in its code use hexadecimal floats. MongoDB requires c++11 support, but it enables it by -std=c++11 compiler flag.
It should be used -std=gnu++11 instead of it. Hexadecimal floats are not part of c++11 and are only in extensions. It was working but with latest version of gcc 6.0 it is failing.
- is duplicated by
-
SERVER-28063 GCC 6.3 compiling issues
- Closed