-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Removing gcc
package
#2
Comments
@jakirkham, what gcc version comes now in the docker image? Please remember that the compilation problem is unrelated to gcc and C++11 support. It has to do with the specific gcc version that comes with CentOS 6 (i.e. gcc 4.4). As far as I know, C++11 support is not necessary to compile Boost :-) |
It uses devtoolset-2 now so it has the same GLIBC guarantees as the system compiler. |
Which is gcc 4.8, @ccordoba12. Glibc is something like 2.14. On Fri, Apr 29, 2016, 14:47 jakirkham notifications@github.com wrote:
|
Actually |
Worked nicely. So this will now build without the |
All packages built and released. |
We now have a C++11 capable
gcc
compiler in the docker image. It would be nice if you could do the following to try this.gcc
andlibgcc
.Please ping me when you have done these things.
The text was updated successfully, but these errors were encountered: