-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Linker failure on OS X #1
Comments
Hi, I have the same problem. It seems a link problem, but I have no idea. |
This error seems to be because of |
I found a solution for this problem. Surprisingly, the solution is rebuilding llvm with the following options.
|
I can confirm this issue aswell, everything ran fine up until chapter 3 adding JIT. |
Trying to build
iron-kaleidoscope
with a fresh clone of the project (after running$ cargo update
), I get the following error message:This could be a config issue on my part, but I'm not sure what is configured incorrectly.
The text was updated successfully, but these errors were encountered: