New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: add note about enabling c++11 support for old gcc #24540
base: main
Are you sure you want to change the base?
Conversation
This is the "lazy" option. |
Thanks @tacaswell, I tried
export CXXFLAGS=-std=c++11
before the install, but got the same error. Am I misunderstanding how to set this?
It seems like one have to set You will get a warning though for some of the compile steps:
|
Thanks @oscargus
worked for me too. I'm on RHEL7 (apparently next year we get RHEL9...) |
A small follow-up on this. Although it compiles and looks like it installs correctly there is also another message of interest:
and running mpl leads to
Do you get similar behavior @rcomer or does it work for you? (This is for gcc 4.8.5, but I also have 7.3.1 and there it builds without problem, so back to a working version now...) |
This will produce warnings, but will compile.
@tacaswell I see this is 2 commits. Should I squash-merge or just commit both or something else? |
Closes #24530
@rcomer Can you confirm if this works for you?