-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
x86_64-unknown-linux-musl linker errors #129
Comments
Similar to #85 |
Not sure if this should be a new issue but I have a new project that does NOT use musl but that gives undefined reference errors along with luau...
I'm using the following dependency configuration: mlua = { git = "https://github.com/khvzak/mlua", features = [
"luau",
"serialize",
"module",
"send",
"async",
] }
|
It seems to also be occurring with lua54 actually 🤔 |
I'm afraid Luau does not support binary modules at all. |
I'm on Arch Linux and I tried to use the vendored feature with the lua54 feature again, however it continues to complain about undefined references to lua libraries. If I don't have the vendored feature it will complain about pkgconfig. |
Please reopen is this stil actual |
I am using the following features and I recieved a ton of linker errors when using the linux musl target. Any ideas how I can get this to build statically without linker errors? This seemed to be the easiest lua engine in rust that is up to date that I've found, yet it doesn't seem to build statically 😕
The text was updated successfully, but these errors were encountered: