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

Removing gcc package #2

Closed
jakirkham opened this issue Apr 29, 2016 · 6 comments
Closed

Removing gcc package #2

jakirkham opened this issue Apr 29, 2016 · 6 comments

Comments

@jakirkham
Copy link
Member

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.

  1. Fork this repo.
  2. Create a new branch
  3. Remove gcc and libgcc.
  4. Add, commit, push to your fork.
  5. Open a PR to remove them.
  6. Note in the PR that this issue is fixed by it.

Please ping me when you have done these things.

@ccordoba12
Copy link
Contributor

@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 :-)

@jakirkham
Copy link
Member Author

It uses devtoolset-2 now so it has the same GLIBC guarantees as the system compiler.

@msarahan
Copy link
Member

Which is gcc 4.8, @ccordoba12. Glibc is something like 2.14.

On Fri, Apr 29, 2016, 14:47 jakirkham notifications@github.com wrote:

It uses devtoolset-2 now so it has the same GLIBC guarantees as the system
compiler.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#2 (comment)

@jakirkham
Copy link
Member Author

jakirkham commented Apr 29, 2016

Actually glibc turns out to be 2.12. To be precise, gcc is 4.8.2.

@jakirkham
Copy link
Member Author

Worked nicely. So this will now build without the gcc package from here out.

@jakirkham
Copy link
Member Author

All packages built and released.

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

3 participants