-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reading rlib on macOS #6
Comments
Hmm, that's odd. I just tried it on a couple |
I got this error on any |
Thanks for the file. Strangely, running What version of the |
I'm using 0.5 tag archive and run the rlib trough the The |
Ah, thanks! I'm able to reproduce the issue now. I'll take a look and try to figure out what's going wrong. |
Okay, the error should be fixed by commit e593551 -- I'm now able to run that Separately, however, there's the issue that the library doesn't yet support reading symbol tables from BSD-variant archives (which is the format variant typically used by Mac, as opposed to the GNU variant typically used by Linux), so although the I'll see about getting BSD-variant symbol table support added. |
Just pushed commit d43c201, which adds initial support for reading BSD-variant symbol tables. The |
I'm using
ar
to read rust libraries (.rlib
). Under Linux everything is fine, but I got an error under macOS:Is it possible to read
rlib
?The text was updated successfully, but these errors were encountered: