<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>AFAIK, the ABI isn’t stable, and therefore whenever a binary is compiled all of its dependencies must also be re-compiled.</div>
<div><br>
</div>
<div>- Brandon</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>&lt;<a href="mailto:swift-users-bounces@swift.org">swift-users-bounces@swift.org</a>&gt; on behalf of Drew Crawford via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>Drew Crawford &lt;<a href="mailto:drew@sealedabstract.com">drew@sealedabstract.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Saturday, February 13, 2016 at 7:54 PM<br>
<span style="font-weight:bold">To: </span>&quot;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&quot; &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>[swift-users] statically link the standard library on Linux<br>
</div>
<div><br>
</div>
<div>
<div 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>
</div>
</div>
</span>
</body>
</html>