-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update to version 17 #135
Labels
Comments
See discussion in #131 |
Thanks, feel free to close. |
@h-vetinari Am I correct in assuming that the blockers have now been removed and a release of new version could follow soon? |
I'm working on it, but it requires a big infrastructure transformation and is still going to take a while |
Closed as of today 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comment:
Could this be updated to version 17? llvm and clang are available in version 17 and without a matching libcxx it is not possible (out of the box) to use flags like `-stdlib=libc++.
Maybe there is also some other issue.
Running
fails. The effective linker command is:
Running
succeeds.
I would expect the compiler to find libraries in the prefix directory without further configuration.
I have the following packages installed:
The text was updated successfully, but these errors were encountered: