-
-
Notifications
You must be signed in to change notification settings - Fork 965
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
Julia won't start #259
Comments
You're trying to run the 64-bit version and iSH is 32 bit only at the moment. It's supposed to give a nicer error message than that though. |
Even the 32-bit version probably won't work because it depends on glibc. This is similar to the issue with Rust (#67). |
Right you are! I'm a little embarrassed to admit that I didn't even check if ish was 32 or 64 bit. I tried again with the 32 bit version of julia and I'm getting an even stranger error:
even though I was mostly just doing this (like the Rust guy) so it could go on the compatibility list. |
That's the error you get when running a glibc-dependent executable on a system without glibc. |
Gonna close this for the same reason as the rust issue. |
I noticed this is in he |
I think it moved because I closed the project? |
Happy to help test if you need. |
Tried loading the Julia programming language from a compiled binary. Crashed from an illegal byte sequence(?). Steps to reproduce:
This shouldn't be particularly surprising, but it'd be really freaking cool if we got this working. I'd love to run Julia code directly on my ipad.
The text was updated successfully, but these errors were encountered: