-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Undefined symbol when linking with LLD #167
Comments
Ah, the beauty of C++ error messages ... I actually have no idea what this error means. Are you linking to the right C++ runtime libs? |
Yes, I'm passing libc++ to meson |
Yeah, I guess so! I'm not sure, though -- I'll leave this open in case you get a chance to dig further or somebody else has an idea. |
@ViNi-Arco I just tried this on Alpine with
compiles |
Oh this was fixed by #165 |
@neheb Oh, the linking issue was fixed by making it protected? |
I mean the error message errors on
which are now protected instead of private. edit: actually maybe not... edit2: yeah nvm this post was made after that commit. |
I added CI locally to try and see if I can replicate. Nope: https://github.com/neheb/inih/actions/runs/10345239206 I'd close this. |
Thanks. Closing as it seems like #165 fixed this. |
Hi, I'm building with Clang/LLVM/LLD 17.0.6, both the latest release 58 and git master are giving this error:
The text was updated successfully, but these errors were encountered: