-
Notifications
You must be signed in to change notification settings - Fork 94
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
link failure with 3.0.0 and Clang 14.0 on Linux #62
Comments
Odd. How can that be a link error? Either the standard library has it or it doesn't surely? |
Huh. Looks like there is such a thing as |
If the only symbol undefined is the one that we use for diagnostic purposes only (i.e. |
I found this issue: godotengine/godot#46375. Installing the libatomic-static Fedora package as described in this comment resolved the issue. 🤷 |
I'm unclear whether it should be the build system's responsibility to check for the availability of libatomic. |
With environment variables
CC=clang
andCXX=clang++
when running Meson, the build fails with:The error is reproducible regardless of linker (mold, lld, GNU ld).
Compiling with GCC 12.1.1 works.
The text was updated successfully, but these errors were encountered: