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

CMake -stdlib= flag causing issues in some linux distros #10

Open
sehd opened this issue Mar 4, 2019 · 1 comment
Open

CMake -stdlib= flag causing issues in some linux distros #10

sehd opened this issue Mar 4, 2019 · 1 comment

Comments

@sehd
Copy link

sehd commented Mar 4, 2019

I myself hit this error in Ubuntu 18.04 but after some searches I found out that the problem is an epidemic. Like this one

I will try to fix but as I'm not a real contributor on the source I will post some hints here. I will try to convert to C++11

@sehd
Copy link
Author

sehd commented Mar 4, 2019

OK, for anyone else having this issue you should specify language level 98
Replacing -stdlib flag with -std=gnu++98 will do the trick.

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