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

Can't build a static executable #46

Open
secinthenet opened this issue Dec 30, 2020 · 3 comments
Open

Can't build a static executable #46

secinthenet opened this issue Dec 30, 2020 · 3 comments
Assignees
Labels
build Issues with the build enhancement New feature or request

Comments

@secinthenet
Copy link
Contributor

Static executables are great for easy deployment in air gapped machines, like a laptop running Tails, so I think they should be supported, if not the default.
I tried to build using something like CFLAGS="-static" CXXFLAGS="-static" LDFLAGS="-static" ./build.sh, but it fails because libgcc_s.a doesn't exist, only libgcc_s.so.

@wolfmcnally
Copy link
Collaborator

@gorazdko I believe this has to do with Linux builds, would you comment on this?

@wolfmcnally
Copy link
Collaborator

@secinthenet Would you care to submit a PR?

@wolfmcnally wolfmcnally added enhancement New feature or request build Issues with the build labels Apr 17, 2021
@secinthenet
Copy link
Contributor Author

I don't know how to fix this, I'll need to dig into this

@ChristopherA ChristopherA moved this to 2023 Q2 Priority in High Level Roadmap Apr 10, 2023
@ChristopherA ChristopherA moved this from 2023 Q3 Priority to 2024 Q4 Priority in High Level Roadmap Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues with the build enhancement New feature or request
Projects
Status: 2023 Q4 Priority
Development

No branches or pull requests

3 participants