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

Boost.Build does not build on GCC 4.4 #519

Closed
ned14 opened this issue Dec 19, 2019 · 1 comment
Closed

Boost.Build does not build on GCC 4.4 #519

ned14 opened this issue Dec 19, 2019 · 1 comment

Comments

@ned14
Copy link
Member

ned14 commented Dec 19, 2019

The release notes for https://www.boost.org/users/history/version_1_72_0.html claim that Boost has been tested on GCC 4.4. This cannot be true, as Boost.Build does not build on GCC 4.4.

Please fix either the release notes (we actually only test earliest GCC 4.6) or Boost.Build.

@grafikrobot
Copy link
Member

B2 needs a C++11 capable compiler to build the engine. But it is entirely usable with non-11 compilers outside of that. I.e. you can build Boost, or other projects, that are pre-11 after building b2 with an 11 compiler. As such only gcc 4.7 onward is supported for building b2 ATM. This requirement is mentioned in the B2 release notes: https://github.com/boostorg/build/releases/tag/4.0.0

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