seedtool-cli icon indicating copy to clipboard operation
seedtool-cli copied to clipboard

Can't build a static executable

Open secinthenet opened this issue 5 years ago • 3 comments

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.

secinthenet avatar Dec 30 '20 01:12 secinthenet

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

wolfmcnally avatar Mar 05 '21 00:03 wolfmcnally

@secinthenet Would you care to submit a PR?

wolfmcnally avatar Apr 17 '21 06:04 wolfmcnally

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

secinthenet avatar Apr 17 '21 07:04 secinthenet