-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Binary of Julia Beta v0.2-prerelease does not work on Mac OS X 10.6 #4215
Comments
My bet is we're not distributing our patched libubwind for osx properly. I will update this issue when I have a fix. |
This might have been something that was introduced after 10.6. We might have to fall back to system libunwind on 10.6. |
Also coming up on the mailing list: https://groups.google.com/forum/?fromgroups=#!topic/julia-users/z6tV_ICHnDA |
@alemi can you download the latest .dmg file and try it out? I have made a modification that might fix this issue. |
The same error:
|
/usr/lib/libSystem.B.dylib:
nm: can't open file: /usr/lib/system/libunwind.dylib (No such file or directory) Guess something is wrong: there is no such file "libunwind.dylib". |
That is a problem. @loladiro looks like 10.6 is significantly different than 10.7/10.8. Thoughts about what we can do? |
We can just use OS X's unwind on 10.6. Profiling might now work but at least it would build again. |
I think this is related to my comment: |
Just from the uninformed observer, couldn't you build separate versions for 10.6 and 10.7/10.8? This isn't unheard of. |
Yes, definitely. I'm just not entirely sure what the necessary build incantation should be. @loladiro, is there a |
This fixes building a separate binary on 10.6. |
After installing the binary of Julia Beta v0.2-prerelease on my MacBook (Mac OS X 10.6.8), I run julia and I get the following:
Any suggestions how to fix this?
Please note that the binary of Julia Release v0.1.2 works fine on my system.
The text was updated successfully, but these errors were encountered: