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

Support for GCC compiler 14.1 within the BinaryBuilder wizard for compiler options? #1326

Open
divital-coder opened this issue May 14, 2024 · 2 comments

Comments

@divital-coder
Copy link

Hi i need to access the gcc compiler version 14.1 within the binarybuilder wizard menu for compiler options, in order to resolve my compilation errors relating to the missing GLIBCXX_3.4.30 and GLIBCXX_3.4.32 libraries from the stdc++ lib with the gcc compiler version 13.2 (chosen during compilation for the binary build within wizard).

Since my host operating system (arch linux) have a gcc installation of version 14.1 it seems, that's what seem to be causing the originating errors.

@giordano
Copy link
Member

We'll eventually build GCC 14, but

  1. using it will produce binaries incompatible with all released versions (and also future ones until the end of the year likely), see https://github.com/JuliaPackaging/Yggdrasil/blob/307a4095471b611ce8b308161fb54d1297ff0ff3/CONTRIBUTING.md#compatibility-tips
  2. I don't understand the motivation of this request in the first place. You shouldn't mix libraries compiled from outside of BinaryBuilder, otherwise you loose the whole point of building an entire stack with a controlled toolchain.

@divital-coder
Copy link
Author

Hiya so whats a potential fix for glibcxx within Libstdc++.so.6 , do u know any?

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