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

issue on Mac OSX 10.12 #26

Open
rmandelb opened this issue Jul 30, 2017 · 2 comments
Open

issue on Mac OSX 10.12 #26

rmandelb opened this issue Jul 30, 2017 · 2 comments

Comments

@rmandelb
Copy link

I tried compiling TMV 0.74 now that I've just moved to OSX 10.12 on my Mac. I get the following warning:

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]

This is just a warning, so I was able to compile/install. But should I be concerned about this, and how can I avoid this problem?

@rmjarvis
Copy link
Owner

rmjarvis commented Jul 30, 2017

I'll take a look, but I'm pretty sure it's not something for you to worry about. I think Apple and/or LLVM have been working to make them binary compatible, so they are no longer encouraging people to distinguish between them.

libc++ is the clang++ version and libstdc++ is the legacy g++ version, which used to include more features. But I guess they now consider it complete enough to deprecate the old g++ one.

@rmandelb
Copy link
Author

Okay, thanks!

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

2 participants