Skip to content

Instantly share code, notes, and snippets.

@paulp
Created May 29, 2015 00:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save paulp/dc018b84aeb9f7533322 to your computer and use it in GitHub Desktop.
Save paulp/dc018b84aeb9f7533322 to your computer and use it in GitHub Desktop.
% multirust run nightly cargo build
Compiling regex v0.1.30
Compiling libc v0.1.8
Compiling log v0.3.1
Compiling rand v0.3.8
Compiling getopts v0.2.11
Compiling tempfile v0.3.0
Compiling env_logger v0.3.1
Compiling rusti v0.0.1 (file:///l/src/rust/rusti)
% ./target/debug/rusti
dyld: Library not loaded: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver-11582ce5.dylib
Referenced from: /l/src/rust/rusti/./target/debug/rusti
Reason: image not found
Trace/BPT trap: 5 (core dumped)
% multirust run nightly bash
% ./target/debug/rusti
rusti=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment