Created
July 14, 2014 17:56
-
-
Save jbclements/780ec59820228f8978c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
device:~/tryrust/build (git)-[master]- clements> /usr/local/bin/rustc /tmp/foo.rs | |
dyld: lazy symbol binding failed: Symbol not found: __ZN10lang_start20haf38a73a4ecfd9abKoeE | |
Referenced from: /usr/local/bin/rustc | |
Expected in: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libnative-4e7c5e5c.dylib | |
dyld: Symbol not found: __ZN10lang_start20haf38a73a4ecfd9abKoeE | |
Referenced from: /usr/local/bin/rustc | |
Expected in: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libnative-4e7c5e5c.dylib | |
zsh: trace trap /usr/local/bin/rustc /tmp/foo.rs | |
device:~/tryrust/build (git)-[master]- clements> ls /usr/local/lib/libnative* | |
/usr/local/lib/libnative-4e7c5e5c.dylib | |
device:~/tryrust/build (git)-[master]- clements> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment