Skip to content
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

C++ standard #1

Open
teuben opened this issue Nov 10, 2022 · 0 comments
Open

C++ standard #1

teuben opened this issue Nov 10, 2022 · 0 comments

Comments

@teuben
Copy link
Collaborator

teuben commented Nov 10, 2022

The default C++ on Ubuntu22 is sufficiently far ahead of the de-defacto version that starlab has used.

I recommend we add a new --with-std=c++98 to configure.ac that translates into adding -std=c++98 to CXXFLAGS.
My mknemo build script uses this for now:

CXXFLAGS=-std=c++98 ./configure --prefix=$NEMO/opt

Maybe a later version works as well, didn't go there yet.

@teuben teuben mentioned this issue Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant