This repository has been archived by the owner on Jul 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Cant run built executable #60
Comments
@mitur: Are you using multirust? Some googling has turned up what appear to be similar issues when using multirust. |
@murarth Yes I am. Ok, I will check it out. |
@paulp found a solution:
See here: https://gist.github.com/paulp/dc018b84aeb9f7533322 |
@murarth @kindlychung Any suggestions for
Env: |
@agaviria same as you. OSX and rustup nightly 2016-08-01. Any help? Thank you. |
@agaviria I got
work |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can run rusti fine using cargo run, but whenever I build it using cargo build, both with and without --release and attempt to run rusti from the target/{debug|release} dir I get the following error:
dyld: Library not loaded: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver-8cf6ce90.dylib Referenced from: /Users/mitur/gits/rusti/target/debug/./rusti Reason: image not found [1] 61341 trace trap ./rusti
I am building using multirust with nightly currently on rustc 1.6.0-nightly (8864f2c83 2015-12-07)
On osx 10.11.1
I would happily provide any other information that could help.
Thanks
The text was updated successfully, but these errors were encountered: