Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created July 14, 2014 17:56
Show Gist options
  • Save jbclements/780ec59820228f8978c8 to your computer and use it in GitHub Desktop.
Save jbclements/780ec59820228f8978c8 to your computer and use it in GitHub Desktop.
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