-
Notifications
You must be signed in to change notification settings - Fork 35
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
openblas-julia build error on 10.7.5: "Undefined local symbol" #37
Comments
This is a new one! For the record, you shouldn't need to downgrade to LLVM 3.2, LLVM 3.3 should just work. If there's some documentation somewhere that says otherwise, I need to change it, so let me know. From my google searching, this looks like a mystery bug in the compiler that pops up every now and then; I've updated OpenBLAS to 0.2.8, which might automagically fix things ( |
Regarding LLVM 3.2: I got that from this issue. Will try building now after running I also noticed that I had failed to install new XCode command-line tools, so that may have been part of the issue. |
OK, I installed XCode command-line tools, ran Thanks again! |
I concur. In general, anything that |
I'm trying to build julia using Homebrew. I ran
brew update
, downgraded LLVM to 3.2, ranbrew upgrade
on all outdated packages. Here's what happens:I went through previous issues posted here and none of them seemed to match this one. I even tried building openblas-julia with the
--use-clang
flag with no success. Any ideas what the issue may be?The text was updated successfully, but these errors were encountered: