Skip to content
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

versions > 0.4.5 are not statically linked anymore #9

Open
konradkonrad opened this issue Mar 1, 2017 · 2 comments
Open

versions > 0.4.5 are not statically linked anymore #9

konradkonrad opened this issue Mar 1, 2017 · 2 comments
Assignees

Comments

@konradkonrad
Copy link

Hey @rainbreak,
I noticed that the builds seem to be no longer statically linked.

E.g. for https://github.com/rainbreak/solidity-static/releases/tag/v0.4.6

$file solc
solc: ELF 64-bit LSB  shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
@rainbreak
Copy link
Owner

@konradkonrad thanks for reporting.

Weirdly, according to file, 0.4.8 is statically linked but 0.4.9 is dynamic. However, ldd says that 0.4.9 is statically linked. Both binaries appear to work ok on ubuntu.

I'm not sure what has happened here. I didn't do as much checking of each release as I had fallen behind, so there could be some weird build issues.

@rainbreak rainbreak self-assigned this Mar 1, 2017
@rainbreak
Copy link
Owner

0.4.10:

$ file ./solc
solc: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

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

No branches or pull requests

2 participants