On 06/02/16 03:23, arojas wrote:
This seems to be the problem:
checking unordered_map usability... no
checking unordered_map presence... yes
configure: WARNING: unordered_map: present but cannot be compiled
configure: WARNING: unordered_map: check for missing prerequisite
headers?
configure: WARNING: unordered_map: see the Autoconf documentation
configure: WARNING: unordered_map: section "Present But Cannot Be
Compiled"
configure: WARNING: unordered_map: proceeding with the compiler's result
The configure script tests for C++11's unordered_map, which succeeds if
using GCC 6. Then it tries to use it later, which of course fails
because brial enforces C++98. By exporting -std=gnu++98 before running
configure, the test fails so it falls back to boost's unordered_map, and
the builds finishes correctly.
I see, so setting the flag needs to be done earlier in configure.
Looking into that.
Francois
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.