Skip to content

Conversation

@ekrich
Copy link

@ekrich ekrich commented Apr 26, 2024

I was able to remove the -lgcc* links and it runs on macOS.

% ./a.out
% echo $?
0

@yilinwei
Copy link
Owner

yilinwei commented Jul 31, 2024

Yes - I think that it works on certain MacOS installs but has warnings on certain versions warning about the libunwind metadata (because it has a conflict with the one bundled as well).

Last time I ran it had something like errors like,

libunwind: Unsupported .eh_frame_hdr version

The big problem happens on Linux installs, especially if you inherit libgcc or libunwind when mixing languages like Rust or C++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants