Category Archives: Linux

How to selectively statically compile and link *nix binaries

Recently I needed to compile a binary to place on an embedded system. The catch is the binary depended on a newer version of a library than existed on the target system. In order to make the fewest changes possible … Continue reading

Posted in BSD, gcc, Linux | Leave a comment