-
Notifications
You must be signed in to change notification settings - Fork 85
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
Steam runtime ships with gcc 4.6.3 from 2011 #14
Comments
Yes, we're working on making newer compilers available in the Steam runtime. |
Any news? |
It is fixed in latest steam beta, please close. |
Is there somewhere to track the gcc compiler version contained within the runtime sdk? It still appears to be 4.6.3 |
A new SDK version was released a couple of days ago that is contained in a chroot. You can go into the chroot, apt-cache search gcc to see what versions are available. Currently it is gcc 4.8. Clang 3.4 is also available. |
This older version doesn't support some C++11 features, and has significantly slower compile and linking times to the newer versions. Would it be plausible to upgrade to at least 4.8.X?
The text was updated successfully, but these errors were encountered: