<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Whenever I update the installed Linux snapshot, my binaries break, with errors of the form:<div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">[programname]: symbol lookup error: [programname]: undefined symbol: _TFOs7Processau9argumentsGSaSS_</div></blockquote><br class=""><div class="">I assume this is the standard library symbol Process.arguments (which is used in my program).</div><div class=""><br class=""></div><div class="">I guess this is because the standard library is not statically linked/embedded in this executable. &nbsp;This happens by default on OSX, but I guess might not on Linux.</div><div class=""><br class=""></div><div class=""><ul class="MailOutline"><li class="">Is that a bug?</li><li class="">Is there a way to force statically link the standard library on Linux, so my binaries work without a recompile each new snapshot?</li></ul><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class=""><br class=""></div></body></html>