-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS default rust install, error with libunwind #135372
Comments
Might be related to #127100 |
No, that is not part of macOS. We should link against the unwinder that is part of macOS (to be precise it is part of libSystem.dylib which all executables link against), not against an unwinder in What does |
All libs installed from hombrew go into
And the output of
|
What does |
I have llvm installed via homebrew.
I have not updated LDFLAGS or PATH to add homebrew installed llvm. |
For some reason |
|
I ran |
I installed rust on MacOS
ProductName: macOS
ProductVersion: 15.1.1
BuildVersion: 24B91
using the following command, choosing the defaults:
then I tried a simple hello world program
I build this using :
I expected the following output :
However I for the following error :
I was able to get around it by doing :
but my question is, shouldn't
/usr/local/lib
be part of the default rpath?Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: